We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c756236 commit 13e109fCopy full SHA for 13e109f
Makefile
@@ -3,9 +3,11 @@
3
# Set the TARGETS and PROGRAM values as required.
4
# See makefiles/build.mk for details on directory structure for src files and how to add custom extensions to the build.
5
6
-TARGETS = adam atari c64 apple2 apple2enh apple2gs coco
7
-# TARGETS = pmd85
8
-# TARGETS = msdos
+TARGETS = adam atari c64 apple2 coco
+# TARGETS += apple2enh # obsolete, removed from cc65
+# TARGETS += apple2gs
9
+# TARGETS += pmd85
10
+# TARGETS += msdos
11
PROGRAM := fujinet.lib
12
13
SUB_TASKS := clean disk test release unit-test
0 commit comments