Hotpot-proto/htpt-db-example/makefile

9 lines
165 B
Makefile
Raw Normal View History

2022-07-06 22:13:06 -04:00
# bucket - simple file manager with tags and comments
include config.mk
SRC = main.c
bucket:
${CC} -o hotpot ${SRC} ${BTKFILES} ${CPPFLAGS} ${CFLAGS} ${LIBS} -g