diff --git a/Makefile b/Makefile index b09fb5a..6b4588c 100755 --- a/Makefile +++ b/Makefile @@ -31,5 +31,5 @@ uninstall: rm ${DESTDIR}${SYSDDIR}/${TARGET}.service clean: - rm bin/${TARGET} - rm web/*.pug.go \ No newline at end of file + rm -f bin/${TARGET} + rm -f web/*.pug.go web/jade.go \ No newline at end of file