diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,8 @@ $(BUILD)/%.o: src/%.asm | $(BUILD) # C programs: compiled with SDCC into ROM-bank blobs and INCBIN'd by programs.asm CBLOBS := c/chello.bin c/echo.bin c/true.bin c/false.bin c/uname.bin \ - c/pid.bin c/cat.bin c/wc.bin c/head.bin c/args.bin + c/pid.bin c/cat.bin c/wc.bin c/head.bin c/args.bin \ + c/ls.bin c/save.bin c/rm.bin $(BUILD)/programs.o: $(CBLOBS) # C programs also depend on the shared libc sources |
