Differences From Artifact [e281641b8e]:
- File src/Makefile — part of check-in [ca4f45a402] at 2011-02-16 19:23:53 on branch trunk — Make it compile. (user: js, size: 123) [annotate] [blame] [check-ins using]
To Artifact [aed6ade7ee]:
- File src/Makefile — part of check-in [28c341cb47] at 2011-02-16 19:32:39 on branch trunk — Use one file per class. (user: js, size: 129) [annotate] [blame] [check-ins using] [more...]
1 | all: | | | 1 2 3 4 5 6 | all: objfw-compile -Wall --lib 0.0 -o objxmpp *.m \ `pkg-config --cflags --libs libidn` clean: rm -f *.o *.so *.dylib *.dll |