ObjXMPP  Diff

Differences From Artifact [a565c70a3c]:

To Artifact [45abb6a72d]:


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

clean:
	rm -f tests *.o

|



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

clean:
	rm -f tests *.o