projects
/
nutratech
/
nt-sqlite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52dd3d0
)
add install target to makefile
author
Shane Jaroch
<nutratracker@protonmail.com>
Sat, 16 Apr 2022 06:09:55 +0000
(
02:09
-0400)
committer
Shane Jaroch
<nutratracker@protonmail.com>
Sat, 16 Apr 2022 06:09:55 +0000
(
02:09
-0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 839c50b8be36c02e53dff7640e952399f2744568..3849140991045aa6958f68c7971926031f94e01e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-14,3
+14,7
@@
test:
'SELECT * FROM bmr_eqs;' \
'SELECT * FROM meal_name;' \
'SELECT * FROM version;' \
+
+install:
+ mkdir -p ~/.nutra
+ mv sql/nt.sqlite ~/.nutra