Stamp SYS files with AuxType

This commit is contained in:
Joshua Bell 2017-12-09 16:50:35 -08:00
parent 6df7941617
commit 5e3d46373e
1 changed files with 1 additions and 0 deletions

View File

@ -19,3 +19,4 @@ clean:
%.SYS: %.o
$(CC65)/ld65 $(CCFLAGS) -o $@ $<
xattr -wx prodos.AuxType '00 20' $@