11 lines
112 B
Makefile
11 lines
112 B
Makefile
#
|
|
# Makefile.conf
|
|
#
|
|
|
|
CFLAGS += -I$(ROOTPATH)/Libraries/date/include
|
|
|
|
DEBUGDIR := .debug
|
|
|
|
TARGETS += DateTime.a
|
|
|