diff options
| author | Julian Blake Kongslie | 2022-10-16 13:49:09 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-10-16 13:49:09 -0700 |
| commit | e0c907c5dcf0015da093e5d92de4633e75c1bf19 (patch) | |
| tree | b05c99ff879eb2a5ed34e2c06a955724c4332b31 /Makefile | |
| parent | Slightly prettier pipeline diagram (diff) | |
| download | biggolf-e0c907c5dcf0015da093e5d92de4633e75c1bf19.tar.xz | |
Strip the leader from palbart output
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 $<) |
