aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-10 11:34:17 +1200
committerDavid <dbphillipsnz@gmail.com>2014-06-06 20:28:46 +1200
commitbe9227dfcfdba5362cf1acba1033c11b7c33f346 (patch)
tree4a06092bc30f359d4e8f593760ef1790dc309a0e /Makefile
parent1efe7e3c4da1dc79cc59c2fe0c9fe002c45f600d (diff)
downloadparamano-be9227dfcfdba5362cf1acba1033c11b7c33f346.tar.xz
Fixed Makefile clean procedure with regards to lang stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82b94ec..8c86ef2 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ lang:
########################################################################
# Remove generated files
clean:
- rm -f trayfreq trayfreq-set lang/*.mo
+ rm -f trayfreq trayfreq-set lc/*.mo
########################################################################