Differences From Artifact [a565c70a3c]:
- File tests/Makefile — part of check-in [ca4f45a402] at 2011-02-16 19:23:53 on branch trunk — Make it compile. (user: js, size: 86) [annotate] [blame] [check-ins using]
To Artifact [45abb6a72d]:
- File tests/Makefile — part of check-in [28c341cb47] at 2011-02-16 19:32:39 on branch trunk — Use one file per class. (user: js, size: 92) [annotate] [blame] [check-ins using]
1 | all: | | | 1 2 3 4 5 | all: objfw-compile -Wall -o tests *.m -I../src -L../src -lobjxmpp clean: rm -f tests *.o |