Artifact 7c1f7cb9e3e924e8e909162fc8d334d451b75b614a1c4064fed5ac9ce72ec620:
- File Makefile — part of check-in [150f2fa932] at 2011-02-13 00:36:25 on branch trunk — Add a class for handling JIDs. (user: florob@babelmonkeys.de, size: 191) [annotate] [blame] [check-ins using]
all: tests/tests tests/tests: tests/test.m src/XMPPConnection.m src/XMPPStanza.m src/XMPPJID.m objfw-compile -o $@ $^ -lidn -Wall -Werror -Isrc clean: rm -f src/*.o tests/*.o tests/tests