aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2022-04-24 19:53:36 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2022-04-24 19:53:36 +0200
commit63331ef731209ec8db65d7f26bdbebdf9459107d (patch)
tree5821f52c432a07d374fddc4b89d8a466833b3734 /Makefile
parenta40a53b10447c9223c24cccf565a95f1773d3922 (diff)
Revert "Merge pull request #1702 from Kelimion/filename_generation"
This reverts commit a40a53b10447c9223c24cccf565a95f1773d3922, reversing changes made to 5422a3b17eae821df4adf869960995e922eb0e76.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1a1c93180..82150c6a2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-all: debug
+all: debug demo
demo:
- ./odin run examples/demo
+ ./odin run examples/demo/demo.odin
report:
./odin report