Add clean target to Makefile

This commit is contained in:
Florian Zeitz 2011-02-12 01:10:26 +01:00
parent 0c7b90ec2d
commit 67ff367558

View file

@ -2,3 +2,6 @@ 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