ObjXMPP/Makefile
2011-02-13 01:36:25 +01:00

7 lines
191 B
Makefile

all: tests/tests
tests/tests: tests/test.m src/XMPPConnection.m src/XMPPStanza.m src/XMPPJID.m
objfw-compile -o $@ $^ -lidn -Wall -Werror -Isrc
clean:
rm -f src/*.o tests/*.o tests/tests