aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author[email protected] <unknown>2006-08-03 15:29:28 +0200
committer[email protected] <unknown>2006-08-03 15:29:28 +0200
commitdb876f9fb00cd7d0347592fab0974389f7180a67 (patch)
treed4627345974d35fa00424612dc724970e658eb13
parentadded gmake compliance (diff)
downloadseiwm-db876f9fb00cd7d0347592fab0974389f7180a67.tar.xz
seiwm-db876f9fb00cd7d0347592fab0974389f7180a67.zip
removed rm config.h from clean
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6eb05b6..4df8e9a 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ dwm: ${OBJ}
clean:
@echo cleaning
- @rm -f dwm ${OBJ} config.h dwm-${VERSION}.tar.gz
+ @rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz
dist: clean
@echo creating dist tarball