mirror of
https://github.com/weiju/amiga-stuff
synced 2025-12-08 14:58:33 +00:00
restructured source tree
This commit is contained in:
10
intuitoy1/Makefile
Normal file
10
intuitoy1/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
CC=vc +kick13
|
||||
CFLAGS=-c99 -I$(NDK_INC)
|
||||
|
||||
all: intuitoy1
|
||||
|
||||
clean:
|
||||
rm -f *.o intuitoy1
|
||||
|
||||
intuitoy1: intuitoy1.c
|
||||
$(CC) $(CFLAGS) $^ -lamiga -lauto -o $@
|
||||
Reference in New Issue
Block a user