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