Skip to content

Commit 13e109f

Browse files
committed
Added github workflow to create PR artifacts and release on tag
1 parent c756236 commit 13e109f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
# Set the TARGETS and PROGRAM values as required.
44
# See makefiles/build.mk for details on directory structure for src files and how to add custom extensions to the build.
55

6-
TARGETS = adam atari c64 apple2 apple2enh apple2gs coco
7-
# TARGETS = pmd85
8-
# TARGETS = msdos
6+
TARGETS = adam atari c64 apple2 coco
7+
# TARGETS += apple2enh # obsolete, removed from cc65
8+
# TARGETS += apple2gs
9+
# TARGETS += pmd85
10+
# TARGETS += msdos
911
PROGRAM := fujinet.lib
1012

1113
SUB_TASKS := clean disk test release unit-test

0 commit comments

Comments
 (0)