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