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-05-10 11:34:17 +1200
commit68c8dfd0de28f61f27b20de271d2776219a30895 (patch)
treea8ff0519209dcdb0137c7257102d42a00492254f /Makefile
parent72c2b91bbece8b963763f626e10fc479fffd4e35 (diff)
downloadparamano-68c8dfd0de28f61f27b20de271d2776219a30895.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 6397776..c5927fd 100644
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ lang:
########################################################################
# Remove generated files
clean:
- rm -f trayfreq trayfreq-set lang/*.mo
+ rm -f trayfreq trayfreq-set lc/*.mo
########################################################################