added the libraries subproject

This commit is contained in:
Wei-ju Wu
2016-06-15 10:33:09 -07:00
parent 9b22fcb802
commit 7f15fd6575
20 changed files with 609 additions and 1 deletions
+10
View 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 $@ $^