mirror of
https://github.com/jeremysrand/Apple2BuildPipeline.git
synced 2025-01-20 23:30:02 +00:00
Update the template installer
This commit is contained in:
parent
ca880dea60
commit
09b1583065
BIN
.README.md.swp
Normal file
BIN
.README.md.swp
Normal file
Binary file not shown.
@ -79,6 +79,10 @@ clean:
|
|||||||
rm -f $(ASM_LSTS)
|
rm -f $(ASM_LSTS)
|
||||||
rm -f $(DISKIMAGE)
|
rm -f $(DISKIMAGE)
|
||||||
|
|
||||||
|
cleanMacCruft:
|
||||||
|
rm -rf Apple2Template.pmdoc
|
||||||
|
rm -rf TemplateInfo.plist
|
||||||
|
|
||||||
$(PGM): $(OBJS)
|
$(PGM): $(OBJS)
|
||||||
$(CL65) $(MACHCONFIG) --mapfile $(MAPFILE) $(LDFLAGS) -o $(PGM) $(OBJS)
|
$(CL65) $(MACHCONFIG) --mapfile $(MAPFILE) $(LDFLAGS) -o $(PGM) $(OBJS)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user