ObjIRC  Makefile at [4e9e1552b6]

File tests/Makefile artifact 45fe247639 part of check-in 4e9e1552b6


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

clean:
	rm -f tests *.o