From 4de81229e1aca75c49fbceb221bdef6b35c84701 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Fri, 6 Oct 2023 19:53:35 +0000 Subject: [PATCH] Fix install target docs --- make_files/make_db.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make_files/make_db.mk b/make_files/make_db.mk index aab07b2..3c39ae5 100644 --- a/make_files/make_db.mk +++ b/make_files/make_db.mk @@ -23,9 +23,9 @@ # # For initial installation of db structure do: # -# make TARGET_DB=sokwedb install -# make TARGET_DB=sokwedb_test install -# make TARGET_DB=sokwedb_dev install +# make TARGET_DB=sokwedb install-db +# make TARGET_DB=sokwedb_test install-db +# make TARGET_DB=sokwedb_dev install-db # # Bugs: # -- 2.34.1