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