diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ $(BUILD)/%.o: src/%.asm | $(BUILD) rgbasm $(ASFLAGS) -o $@ $< # C programs: compiled with SDCC into ROM-bank blobs and INCBIN'd by programs.asm -CBLOBS := c/chello.bin +CBLOBS := c/chello.bin c/echo.bin c/true.bin c/false.bin c/uname.bin \ + c/pid.bin c/cat.bin $(BUILD)/programs.o: $(CBLOBS) c/%.bin: c/%.c c/crt0.s c/libc.s c/build.sh |
