diff options
| -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 |