From 3a29c86c4b85bc2fcc68a0d5f9e1514daac733cb Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Tue, 10 Apr 2018 20:38:45 -0700 Subject: [PATCH] set auxtype --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e269102..abc84fe 100644 --- a/Makefile +++ b/Makefile @@ -27,3 +27,4 @@ clean: %.BIN %.SYS: %.o $(CC65)/ld65 $(CCFLAGS) -o $@ $< + xattr -wx prodos.AuxType '00 20' $@