Clean up properly in linux/Makefile.

ok marco
This commit is contained in:
Niclas Zeising 2012-01-23 13:35:16 +01:00 committed by Lawrence Teo
parent 4b0b728c4d
commit c4467452a2

View file

@ -42,6 +42,6 @@ install: all
install -m 644 ../scrotwm_ru.1 $(DESTDIR)$(MANDIR)/man1/scrotwm_ru.1 install -m 644 ../scrotwm_ru.1 $(DESTDIR)$(MANDIR)/man1/scrotwm_ru.1
clean: clean:
rm -f scrotwm *.o *.so libswmhack.so.* scrotwm.c swm_hack.c rm -f scrotwm *.o *.so libswmhack.so.* scrotwm.c swm_hack.c version.h
.PHONY: all install clean .PHONY: all install clean