about summary refs log blame commit diff stats
path: root/cpp/termbox/makefile
blob: 21055318f2b36054c568e74aa0944087ecc8b931 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                        

                                                        

                           
CFLAGS=-O3 -Wall -Wextra -D_XOPEN_SOURCE

libtermbox.a: utf8.o termbox.o
	ar rcs libtermbox.a *.o

termbox.o: termbox.c input.inl output.inl bytebuffer.inl

clean:
	rm *.o libtermbox.a