ObjIRC/tests/Makefile
Jonathan Schleifer 504c859ffa Initial import.
FossilOrigin-Name: ba81f6810553036e35811b67461234f9cbac69c064114a89edd073c20b8fa656
2011-03-22 02:37:47 +00:00

5 lines
94 B
Makefile

all:
objfw-compile -Wall -g -o tests *.m -I../src -L../src -lobjirc
clean:
rm -f tests *.o