Artifact 70999db70f86268d37b0c466e89b016a34a385b760a3554ace57162080705b80:
- 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]
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