ObjXMPP  Artifact [70999db70f]

Artifact 70999db70f86268d37b0c466e89b016a34a385b760a3554ace57162080705b80:


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