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