mirror of
https://github.com/a2stuff/prodos-path.git
synced 2025-02-10 18:30:30 +00:00
Only run xattr if present
This commit is contained in:
parent
f1caa15b0c
commit
e6943cb0b2
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ $(OUTDIR)/%.o: %.s $(HEADERS)
|
||||
|
||||
$(OUTDIR)/%.BIN $(OUTDIR)/%.SYS: $(OUTDIR)/%.o
|
||||
ld65 $(LDFLAGS) -o $@ $<
|
||||
xattr -wx prodos.AuxType '00 20' $@
|
||||
command -v xattr &> /dev/null && xattr -wx prodos.AuxType '00 20' $@
|
||||
|
||||
$(OUTDIR)/%.CMD: $(OUTDIR)/%.cmd.o
|
||||
ld65 $(LDFLAGS) -o $@ $<
|
||||
|
Loading…
x
Reference in New Issue
Block a user