1
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

View File

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