From 6c6c566ddf635aee705c366fd75ed901977ad4cd Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Sun, 27 Dec 2020 21:17:06 +0100
Subject: [PATCH] Fix make not compiling css module

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 16ad64e8af9..45577632899 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ bin/fc.js: bin/
 bin/fc.css: bin/
 	devTools/concatFiles.sh css/ '*.css' $@
 
-bin/tmp: bin/fc.js injectGitCommitHash
+bin/tmp: bin/fc.js bin/fc.css injectGitCommitHash
 	$(TWEEGO) --module=bin/fc.js --module=bin/fc.css --head resources/raster/favicon/arcologyVector.html src/ > $@
 	rm -f bin/fc.js
 	rm -f bin/fc.css
-- 
GitLab