Update Makefile clean target

This commit is contained in:
Matt Low 2019-10-15 17:54:30 +04:00
parent 0ff8cc70ff
commit 434c98ecea

View File

@ -7,5 +7,4 @@ mpd_control: $(OBJECTS)
$(CC) $(CFLAGS) $^ $(LDLIBS) -o $@ $(CC) $(CFLAGS) $^ $(LDLIBS) -o $@
clean: clean:
rm $(OBJECTS) rm $(OBJECTS) mpd_control
rm mpd_control