ObjXMPP  Diff

Differences From Artifact [45abb6a72d]:

To Artifact [8334b4231c]:


1
2
3
4
5
all:
	objfw-compile -Wall -o tests *.m -I../src -L../src -lobjxmpp

clean:
	rm -f tests *.o

|



1
2
3
4
5
all:
	objfw-compile -Wall -g -o tests *.m -I../src -L../src -lobjxmpp

clean:
	rm -f tests *.o