FossilOrigin-Name: ba81f6810553036e35811b67461234f9cbac69c064114a89edd073c20b8fa656
5 lines
94 B
Makefile
5 lines
94 B
Makefile
all:
|
|
objfw-compile -Wall -g -o tests *.m -I../src -L../src -lobjirc
|
|
|
|
clean:
|
|
rm -f tests *.o
|