clean up cli

This commit is contained in:
2026-02-12 16:45:10 -06:00
parent 0ba2783b48
commit f901332c5b
5 changed files with 32 additions and 74 deletions

View File

@@ -48,12 +48,12 @@ cell_main: source/main.c libcell_runtime.dylib
# Regenerate .mach bytecode when any .cm source changes
.mach.stamp: $(MACH_SOURCES)
./cell --core . regen.cm
./cell --core . regen
@touch $@
# Force-regenerate all .mach bytecode files
regen:
./cell --core . regen.cm
./cell --core . regen
@touch .mach.stamp
# Create the cell shop directories