X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=linux%2FMakefile;h=d8f02062456690f79fa42c8a7339d6d38640517f;hb=4fb8103b11eb703db91c4589bb2c721d74d05fbf;hp=5284e9f8bfa330abe40d0d2cbfa92142c1ff48ba;hpb=a628bd8eed722c6aa7ae22c7927319feee48c172;p=spectrwm.git diff --git a/linux/Makefile b/linux/Makefile index 5284e9f..d8f0206 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -42,6 +42,6 @@ install: all install -m 644 ../scrotwm_ru.1 $(DESTDIR)$(MANDIR)/man1/scrotwm_ru.1 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