Differences From Artifact [942a976e26]:
- File src/Makefile — part of check-in [50331e7266] at 2011-03-28 20:43:54 on branch trunk — Use ObjOpenSSL instead of ObjGnuTLS. (user: js, size: 145) [annotate] [blame] [check-ins using]
To Artifact [57b35db95f]:
- File src/Makefile — part of check-in [2f8a95152e] at 2011-03-29 01:46:20 on branch trunk — Port to ObjC 1. (user: js, size: 153) [annotate] [blame] [check-ins using]
1 | all: | | | 1 2 3 4 5 6 | 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 |