1
0
mirror of https://github.com/weiju/amiga-stuff synced 2025-12-08 14:58:33 +00:00

added audio and scrolling_tricks

This commit is contained in:
Wei-ju Wu
2016-06-13 08:49:14 -07:00
parent 612e9ffdd8
commit 713cf74d27
28 changed files with 1199 additions and 10 deletions

View File

@ -1,15 +1,17 @@
CC=vc +aos68k
CC13=vc +kick13
CC=vc +kick13
# Note: VBCC comes with linker library replacements, that should be used.
# If not, printf() stops working in the expected way, because it is part
# of amiga.lib
CFLAGS=-c99 -I$(NDK_INC)
all: timer
all: timer audio
clean:
rm -f timer
rm -f timer audio
timer: timer.c
$(CC13) $(CFLAGS) timer.c -o timer -lamiga
$(CC) $(CFLAGS) $^ -o $@ -lamiga
audio: audio.c
$(CC) $(CFLAGS) $^ -o $@ -lamiga -lauto