diff options
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -63,6 +63,7 @@ $(BUILD)/%.bin: %.pal | |||
| 63 | @mkdir -p $(dir $@) | 63 | @mkdir -p $(dir $@) |
| 64 | ln -ft $(dir $@) $< | 64 | ln -ft $(dir $@) $< |
| 65 | $(PALBART) -$$ -a -n $(basename $@).pal | 65 | $(PALBART) -$$ -a -n $(basename $@).pal |
| 66 | dd if=$@ bs=240 skip=1 2>/dev/null | sponge $@ | ||
| 66 | 67 | ||
| 67 | $(BUILD)/%.o: $(BUILD)/%.bin | 68 | $(BUILD)/%.o: $(BUILD)/%.bin |
| 68 | cd $(dir $@) && $(LD) -r -b binary -z noexecstack -o $(notdir $@) $(notdir $<) | 69 | cd $(dir $@) && $(LD) -r -b binary -z noexecstack -o $(notdir $@) $(notdir $<) |
