1
0
Fork 0

Remove *.jade.go as well on clean target in Makefile.

This commit is contained in:
Alexander Andreev 2023-05-24 22:29:40 +04:00
parent ec2656c719
commit 21d05e7488
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 0 deletions

View File

@ -44,4 +44,5 @@ uninstall:
rm ${DESTDIR}usr/lib/sysusers.d/dwelling-upload.conf
clean:
rm -f web/*.jade.go
go clean