ObjXMPP  Check-in [99c48f991e]

Overview
Comment:Add clean target to Makefile
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 99c48f991e5ee26ffb94a0317d7edcc3215d8f1b3cdd9b70585f3a7dde065876
User & Date: florob@babelmonkeys.de on 2011-02-12 00:10:26
Other Links: manifest | tags
Context
2011-02-12
00:25
Do more checking on handling the resource bind check-in: 38ff5b873e user: florob@babelmonkeys.de tags: trunk
00:10
Add clean target to Makefile check-in: 99c48f991e user: florob@babelmonkeys.de tags: trunk
00:04
Add some documentation check-in: baa634a6f1 user: florob@babelmonkeys.de tags: trunk
Changes

Modified Makefile from [4a6954d906] to [70999db70f].

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