5 lines
92 B
Makefile
5 lines
92 B
Makefile
all:
|
|
objfw-compile -Wall -o tests *.m -I../src -L../src -lobjxmpp
|
|
|
|
clean:
|
|
rm -f tests *.o
|