1
0
Fork 0

Remove jade.go as well. And added -f flag to ignore non-existing files.

This commit is contained in:
Alexander Andreev 2023-05-22 03:10:09 +04:00
parent 054e4d6a4e
commit 37b8003354
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 2 additions and 2 deletions

View File

@ -31,5 +31,5 @@ uninstall:
rm ${DESTDIR}${SYSDDIR}/${TARGET}.service
clean:
rm bin/${TARGET}
rm web/*.pug.go
rm -f bin/${TARGET}
rm -f web/*.pug.go web/jade.go