ObjXMPP  Makefile at [50331e7266]

File src/Makefile artifact 942a976e26 part of check-in 50331e7266


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

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