aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-05 00:31:22 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-05 00:31:22 +0200
commite361a4510b59b1ab85e2eb98203743b2017246d7 (patch)
tree594a5cd9d4d3cf19aa1795d2823332da0bf57579 /makefile
parent1d3ba3e72efcb92b96fe8a8dbfeb839bb738f2c9 (diff)
WIP fiddle an image
Diffstat (limited to 'makefile')
-rw-r--r--makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/makefile b/makefile
deleted file mode 100644
index 6ca562e..0000000
--- a/makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# lazy forwarding makefile
-
-.PHONY: FORCE
-all: build/melonDS
-
-build/build.ninja: CMakeLists.txt
- @cmake -B build -G Ninja --fresh --log-level WARNING
-
-build/melonDS: build/build.ninja FORCE
- @ninja -C build
-
-run: build/melonDS
- @$< --boot always