ObjXMPP  Artifact [7c1f7cb9e3]

Artifact 7c1f7cb9e3e924e8e909162fc8d334d451b75b614a1c4064fed5ac9ce72ec620:


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