CPPFLAGS += -Wall -g LIBS += -lobjxmpp .SILENT: all: objfw-compile $(CPPFLAGS) $(LIBS) -o mpdbot src/*.m clean: rm src/*.o