From 058274fcc304279b1f4fe5effb683bee1a67f494 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 5 Oct 2024 16:04:22 +0200 Subject: ref: Makefile takes all go files into account It leverages the fact that make checks file modification timestamps so it does not compile again if there is no change. Now the all the files generated take that into account when using makefile (scss, qtpl and go). --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 776d7a2..541ad56 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ -bin/ +# css output static/*.css + +# bin output +cerrado -- cgit v1.2.3