ObjXMPP/tests/Makefile

5 lines
95 B
Makefile

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