about summary refs log blame commit diff stats
path: root/termbox/makefile
blob: 8bdd2704b72ed2e6ed69dbac962f5a34ae295390 (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