mirror of
https://github.com/weiju/amiga-stuff
synced 2025-12-08 14:58:33 +00:00
added the libraries subproject
This commit is contained in:
10
libraries/example_lib/Makefile
Normal file
10
libraries/example_lib/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
CC = vc +aos68k
|
||||
CFLAGS = -Iexample/include -Iinclude -I$(NDK_INC)
|
||||
|
||||
all: TestExampleLib
|
||||
|
||||
clean:
|
||||
rm -f *.o TestExampleLib
|
||||
|
||||
TestExampleLib: TestExampleLib.c
|
||||
$(CC) $(CFLAGS) -lamiga -o $@ $^
|
||||
Reference in New Issue
Block a user