ObjXMPP  Makefile at [150f2fa932]

File Makefile artifact 7c1f7cb9e3 part of check-in 150f2fa932


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