From da5745b3689e3571b62c64fa3621d00770865bc7 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 4 Jul 2024 03:55:49 +0400 Subject: [PATCH] Fixed Makefile clean. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4e8331..a521c9d 100755 --- a/Makefile +++ b/Makefile @@ -42,4 +42,4 @@ uninstall: clean: rm -f bin/${TARGET} - rm -f web/*.pug.go web/jade.go \ No newline at end of file + rm -f web/*_templ.go \ No newline at end of file