aboutsummaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-22 11:53:57 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-22 11:53:57 +0100
commite2162171c7ab72f450f73a0908946aa4a4dee5ee (patch)
tree0116200f9223c21852a9c6b5cb63bf3f555cbec8 /game
parent794facac7a7a1886bc2e0fea4c19c1106d6b458e (diff)
`make format`
Diffstat (limited to 'game')
-rw-r--r--game/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/game/makefile b/game/makefile
new file mode 100644
index 0000000..3fedf7f
--- /dev/null
+++ b/game/makefile
@@ -0,0 +1,5 @@
+.PHONY: FORCE
+
+format: FORCE
+ $(MAKE) -C .. $@
+