Add a basic folder structure
This commit is contained in:
parent
fb15fbd391
commit
12ec7d5f08
7 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||
|
|
BIN
XMPPStanza.o
BIN
XMPPStanza.o
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue