Makefile fixes #325

Merged
postmodern merged 2 commits from makefile-fixes into master 2013-07-23 21:27:13 +02:00
Showing only changes of commit 8649b72ae9 - Show all commits

View File

@ -36,7 +36,7 @@ uninstall:
rm -f /usr/bin/${APP} rm -f /usr/bin/${APP}
rm -f /usr/share/applications/${APP}.desktop rm -f /usr/share/applications/${APP}.desktop
rm -f /usr/share/icons/hicolor/scalable/apps/${APP}.svg rm -f /usr/share/icons/hicolor/scalable/apps/${APP}.svg
/usr/share/pixmaps/${APP}.svg rm -f /usr/share/pixmaps/${APP}.svg
clean: clean:
rm -f ${APP} \#* \.#* gnuplot* *.png debian/*.substvars debian/*.log rm -f ${APP} \#* \.#* gnuplot* *.png debian/*.substvars debian/*.log
rm -fr deb.* debian/${APP} rpmpackage/${ARCH_TYPE} rm -fr deb.* debian/${APP} rpmpackage/${ARCH_TYPE}