Do Nodeprep on username and add Makefile

This commit is contained in:
Florian Zeitz 2011-02-11 00:59:31 +01:00
parent 4bdf81b429
commit fb15fbd391
2 changed files with 27 additions and 0 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
all: tests
tests: test.m XMPPConnection.m XMPPStanza.m
objfw-compile -o $@ $^ -lidn -Wall -Werror