4 lines
100 B
Makefile
4 lines
100 B
Makefile
all: tests
|
|
|
|
tests: test.m XMPPConnection.m XMPPStanza.m
|
|
objfw-compile -o $@ $^ -lidn -Wall -Werror
|