ObjIRC  Makefile at [88eea97f3d]

File tests/Makefile artifact 45fe247639 part of check-in 88eea97f3d


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

clean:
	rm -f tests *.o