Files
SQLite/Makefile.conf
T
2020-05-04 21:48:01 +02:00

10 lines
142 B
Makefile

#
# Makefile.conf
#
LFLAGS += -lSQLite
LFLAGS += -L$(ROOTPATH)/lib/$(ARCH)
CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/include
DEBUGDIR := .debug