Upload files to 'htpt-db-example'
This commit is contained in:
parent
ea85e96feb
commit
33adf8ad44
8
htpt-db-example/makefile
Normal file
8
htpt-db-example/makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user