Differences From Artifact [70999db70f]:
- File Makefile — part of check-in [99c48f991e] at 2011-02-12 00:10:26 on branch trunk — Add clean target to Makefile (user: florob@babelmonkeys.de, size: 177) [annotate] [blame] [check-ins using]
To Artifact [7c1f7cb9e3]:
- File Makefile — part of check-in [150f2fa932] at 2011-02-13 00:36:25 on branch trunk — Add a class for handling JIDs. (user: florob@babelmonkeys.de, size: 191) [annotate] [blame] [check-ins using]
1 2 | all: tests/tests | | | 1 2 3 4 5 6 7 | all: tests/tests tests/tests: tests/test.m src/XMPPConnection.m src/XMPPStanza.m src/XMPPJID.m objfw-compile -o $@ $^ -lidn -Wall -Werror -Isrc clean: rm -f src/*.o tests/*.o tests/tests |