Add clean target to Makefile
This commit is contained in:
parent
0c7b90ec2d
commit
67ff367558
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -2,3 +2,6 @@ all: tests/tests
|
||||||
|
|
||||||
tests/tests: tests/test.m src/XMPPConnection.m src/XMPPStanza.m
|
tests/tests: tests/test.m src/XMPPConnection.m src/XMPPStanza.m
|
||||||
objfw-compile -o $@ $^ -lidn -Wall -Werror -Isrc
|
objfw-compile -o $@ $^ -lidn -Wall -Werror -Isrc
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f src/*.o tests/*.o tests/tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue