ObjIRC  Makefile at [52008e00b1]

File tests/Makefile artifact 45fe247639 part of check-in 52008e00b1


all:
	objfw-compile -Wall -g -o tests *.m -I../src -L../src -lobjirc

clean:
	rm -f tests *.o