ObjXMPP  Diff

Differences From Artifact [8334b4231c]:

To Artifact [11ab56c388]:


1

2
3
4
5



all:

	objfw-compile -Wall -g -o tests *.m -I../src -L../src -lobjxmpp

clean:
	rm -f tests *.o



<
>
|

|
|
>
>
>

1
2
3
4
5
6
7
8

PROG_NOINST = tests${PROG_SUFFIX}
SRCS = test.m

include ../buildsys.mk

CPPFLAGS += -I../src
LIBS := -L../src -lobjxmpp ${LIBS}
LD = ${OBJC}