ObjXMPP  Makefile at [99c48f991e]

File Makefile artifact 70999db70f part of check-in 99c48f991e


all: tests/tests

tests/tests: tests/test.m src/XMPPConnection.m src/XMPPStanza.m
	objfw-compile -o $@ $^ -lidn -Wall -Werror -Isrc

clean:
	rm -f src/*.o tests/*.o tests/tests