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



                               
                                                                  
 
      
                            
CFLAGS=-O3 -Wall -Wextra

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

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

clean:
	-rm *.o libtermbox.a