From 759e14c67ef0637ee82ae5167c203efcd9f3227e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 1 Feb 2013 07:50:24 +0100 Subject: applications/Makefile: fix clean target --- share/applications/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/applications/Makefile b/share/applications/Makefile index 5f4da44..d57e33d 100644 --- a/share/applications/Makefile +++ b/share/applications/Makefile @@ -17,7 +17,7 @@ all: ${TARGETS} < ${@:.desktop=.pre} > $@ clean: - rm -f *.1 + rm -f *.desktop .SUFFIXES: .pre .desktop -- cgit v1.2.3