Upload files to 'htpt-db-example'

This commit is contained in:
bricks 2022-07-06 22:13:06 -04:00
parent ea85e96feb
commit 33adf8ad44

8
htpt-db-example/makefile Normal file
View File

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