Use the "js buildsys".
This commit is contained in:
parent
b05300b119
commit
3f7a420b4e
12 changed files with 4685 additions and 15 deletions
|
@ -1,5 +1,8 @@
|
|||
all:
|
||||
objfw-compile -Wall -g -o tests *.m -I../src -L../src -lobjxmpp
|
||||
PROG_NOINST = tests${PROG_SUFFIX}
|
||||
SRCS = test.m
|
||||
|
||||
clean:
|
||||
rm -f tests *.o
|
||||
include ../buildsys.mk
|
||||
|
||||
CPPFLAGS += -I../src
|
||||
LIBS := -L../src -lobjxmpp ${LIBS}
|
||||
LD = ${OBJC}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue