Update the template installer

This commit is contained in:
Jeremy Rand 2014-09-29 23:37:52 -04:00
parent ca880dea60
commit 09b1583065
2 changed files with 4 additions and 0 deletions

BIN
.README.md.swp Normal file

Binary file not shown.

View File

@ -79,6 +79,10 @@ clean:
rm -f $(ASM_LSTS)
rm -f $(DISKIMAGE)
cleanMacCruft:
rm -rf Apple2Template.pmdoc
rm -rf TemplateInfo.plist
$(PGM): $(OBJS)
$(CL65) $(MACHCONFIG) --mapfile $(MAPFILE) $(LDFLAGS) -o $(PGM) $(OBJS)