X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/e82ec777fc54a172b8009125a65675080f24ce68..d01b7e436a86d4d34eff99ab9ca75f552f6a6196:/projects/sgauth/Makefile

diff --git a/projects/sgauth/Makefile b/projects/sgauth/Makefile
index 88e1fb9c..99cd0e47 100644
--- a/projects/sgauth/Makefile
+++ b/projects/sgauth/Makefile
@@ -87,7 +87,7 @@ endif
 deps:	$(SRCS) ../../Makefile.conf sgauth.css
 	$(MAKE) -C $(DIR_LIBSRC)
 	@>deps ;\
-	./make_css.sh
+	./make_css.sh ;\
 	for file in $(SRCS); do\
 	  echo "$$file" | grep ".c$$" > /dev/null;\
 	  if [ $$? -eq 0 ];\