Make it compile.

This commit is contained in:
Jonathan Schleifer 2011-02-16 20:23:53 +01:00
parent e4f7e4b35f
commit 2fa82b833c
5 changed files with 20 additions and 6 deletions

6
src/Makefile Normal file
View file

@ -0,0 +1,6 @@
all:
objfw-compile --lib 0.0 -o objxmpp *.m \
`pkg-config --cflags --libs libidn`
clean:
rm -f *.o *.so *.dylib *.dll