mirror of
https://github.com/weiju/amiga-stuff
synced 2025-11-19 07:50:43 +00:00
scrolling tricks: Makefile uses Kick13 target
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ intuition1
|
||||
openwin
|
||||
ostest
|
||||
main
|
||||
.DS_Store
|
||||
|
||||
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user