From: Shane Jaroch Date: Sat, 16 Apr 2022 06:09:55 +0000 (-0400) Subject: add install target to makefile X-Git-Tag: 0.0.5~9 X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=a95eb25c377ee1f425b4943b1486ebb662047a8d;p=nutratech%2Fnt-sqlite.git add install target to makefile --- diff --git a/Makefile b/Makefile index 839c50b..3849140 100644 --- 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