From 5e3d46373e157282a7a2a232938f71b730797288 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Sat, 9 Dec 2017 16:50:35 -0800 Subject: [PATCH] Stamp SYS files with AuxType --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 01399bf..a934e1a 100644 --- a/Makefile +++ b/Makefile @@ -19,3 +19,4 @@ clean: %.SYS: %.o $(CC65)/ld65 $(CCFLAGS) -o $@ $< + xattr -wx prodos.AuxType '00 20' $@