aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-01-17 23:13:45 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-01-17 23:13:45 +0100
commit19d850537869e857e46ff2164ed2285104dc4e88 (patch)
treebcc88494aa2173d3935ea7dc880e00476bac1a4d
parent05e17e6bf629649e368c87db1fabbd8445df865d (diff)
Edit Makefile
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 50f926a..e34bd09 100644
--- a/Makefile
+++ b/Makefile
@@ -7,4 +7,10 @@ lib:
smash:
$(MAKE) -C smash/
+dist:
+ mkdir -p dist/core dist/smash
+ cp core/objects/* dist/core/
+ cp smash/smash dist/smash/
+ cp lib/slib.a dist/
+
.PHONY: core lib smash