diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-17 23:13:45 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-17 23:13:45 +0100 |
| commit | 19d850537869e857e46ff2164ed2285104dc4e88 (patch) | |
| tree | bcc88494aa2173d3935ea7dc880e00476bac1a4d | |
| parent | 05e17e6bf629649e368c87db1fabbd8445df865d (diff) | |
Edit Makefile
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |