diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-02-01 07:50:24 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-02-01 07:50:24 +0100 |
commit | 759e14c67ef0637ee82ae5167c203efcd9f3227e (patch) | |
tree | 2f778b77573ce74b09754bef7cc58daacc833897 /share | |
parent | e1121600936f8f2753dc214ff71799e218d11fd2 (diff) |
applications/Makefile: fix clean target
Diffstat (limited to 'share')
-rw-r--r-- | share/applications/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |