Skip to content

Commit 542cf8b

Browse files
committed
removs binaries from repository
1 parent 832453f commit 542cf8b

File tree

8 files changed

+2
-1
lines changed

8 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ $(TARGETOBJDIR)/%.o: %.a65 | $(TARGETOBJDIR)
302302
cl65 -t $(CC65TARGET) -c --create-dep $(@:.o=.d) $(ASFLAGS) -o $@ $<
303303

304304
$(PROGRAM): $(CONFIG) $(OBJECTS) $(LIBS)
305+
mkdir -p bin
305306
cl65 -t $(CC65TARGET) $(LDFLAGS) -o $@ $(patsubst %.cfg,-C %.cfg,$^)
306307

307308
test: $(PROGRAM)

bin/kk.apple2

-21.3 KB
Binary file not shown.

bin/kk.c128

-20.8 KB
Binary file not shown.

bin/kk.c64

-21.2 KB
Binary file not shown.

bin/kk.cx16

-20.6 KB
Binary file not shown.

bin/kk.pet

-20.7 KB
Binary file not shown.

bin/kk.plus4

-21 KB
Binary file not shown.

src/apple2/io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void startup(void)
4848

4949
void initIO(void)
5050
{
51-
// TODO
51+
// nothing to be done on Apple2
5252
}
5353

5454
void initDiceDisplay()

0 commit comments

Comments
 (0)