Initial commit

This commit is contained in:
2020-05-12 08:52:44 +02:00
commit 144a85b3be
11 changed files with 309 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#
# Makefile.conf
#
LFLAGS += -lImage
LFLAGS += -L$(ROOTPATH)/lib/$(ARCH)
CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/include
DEBUGDIR := .debug