Use the "js buildsys".

This commit is contained in:
Jonathan Schleifer 2011-03-30 13:29:10 +02:00
parent b05300b119
commit 3f7a420b4e
12 changed files with 4685 additions and 15 deletions

View file

@ -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}