Hotpot-proto/htpt-db-example/makefile
2022-07-06 22:13:06 -04:00

9 lines
165 B
Makefile

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