scrolling tricks: Makefile uses Kick13 target

This commit is contained in:
weiju 2023-10-30 12:59:58 -07:00
parent de5588751d
commit 753bc42120
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ intuition1
openwin
ostest
main
.DS_Store

View File

@ -3,7 +3,7 @@ ASM_FLAGS = -Fhunk -devpac
.SUFFIXES = .o .asm .c
PROGRAMS=xunlimited xlimited xylimited xyunlimited xyunlimited2 yunlimited yunlimited2
CC=vc +aos68k
CC=vc +kick13
CFLAGS=-c99 -I$(NDK_INC) -DDEBUG
all: $(PROGRAMS)