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