ObjXMPP  Makefile at [2f8a95152e]

File src/Makefile artifact 57b35db95f part of check-in 2f8a95152e


all:
	objfw-compile -Wall -Werror -g --lib 0.0 -o objxmpp *.m \
		`pkg-config --cflags --libs libidn` -lobjopenssl

clean:
	rm -f *.o *.so *.dylib *.dll