ObjXMPP  Makefile at [7f2f895934]

File src/Makefile artifact 57b35db95f part of check-in 7f2f895934


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