Make it compile.
This commit is contained in:
parent
e4f7e4b35f
commit
2fa82b833c
5 changed files with 20 additions and 6 deletions
6
src/Makefile
Normal file
6
src/Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue