diff --git a/compile.sh b/compile.sh
index 3f48f29bb319688a3e0716043e700575929986e6..b00a04e38f5546b3f196f0feb0808f3af7a71e7a 100755
--- a/compile.sh
+++ b/compile.sh
@@ -75,7 +75,7 @@ function compile() {
 	fi
 
 	devTools/concatFiles.sh js/ '*.js' bin/fc.js
-	devTools/concatFiles.sh css/ '*.css' bin/css.js
+	devTools/concatFiles.sh css/ '*.css' bin/fc.css
 	$TWEEGO_EXE -o $file --module=bin/fc.js --module=bin/fc.css --head resources/raster/favicon/arcologyVector.html src/ || build_failed="true"
 	rm -f bin/fc.js
 	rm -f bin/fc.css