Add a basic folder structure

This commit is contained in:
Florian Zeitz 2011-02-11 02:06:53 +01:00
parent fb15fbd391
commit 12ec7d5f08
7 changed files with 3 additions and 3 deletions

View file

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

Binary file not shown.