From 33adf8ad442a8d7b57dcd286f4a4b3cfce046c68 Mon Sep 17 00:00:00 2001 From: bricks Date: Wed, 6 Jul 2022 22:13:06 -0400 Subject: [PATCH] Upload files to 'htpt-db-example' --- htpt-db-example/makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 htpt-db-example/makefile diff --git a/htpt-db-example/makefile b/htpt-db-example/makefile new file mode 100644 index 0000000..a3daa6f --- /dev/null +++ b/htpt-db-example/makefile @@ -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