Initial commit

This commit is contained in:
2020-05-04 21:22:57 +02:00
commit f61d7fd7af
22 changed files with 134 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#
# Makefile.conf
#
CFLAGS += -I$(ROOTPATH)/Libraries/date/include
LFLAGS += -lDateTime
LFLAGS += -L$(ROOTPATH)/lib/$(ARCH)
CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/include
DEBUGDIR := .debug