Differences From Artifact [4a6954d906]:
- File Makefile — part of check-in [2e7a482ea5] at 2011-02-11 01:06:53 on branch trunk — Add a basic folder structure (user: florob@babelmonkeys.de, size: 132) [annotate] [blame] [check-ins using]
To 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]
1 2 3 4 | all: tests/tests tests/tests: tests/test.m src/XMPPConnection.m src/XMPPStanza.m objfw-compile -o $@ $^ -lidn -Wall -Werror -Isrc | > > > | 1 2 3 4 5 6 7 | all: tests/tests tests/tests: tests/test.m src/XMPPConnection.m src/XMPPStanza.m objfw-compile -o $@ $^ -lidn -Wall -Werror -Isrc clean: rm -f src/*.o tests/*.o tests/tests |