Skip to content

Commit

Permalink
install db and req files
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang committed May 7, 2019
1 parent adb6da9 commit 1cd9c78
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions busyApp/Db/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ include $(TOP)/configure/CONFIG
#----------------------------------------------------
# Create and install (or just install)
# databases, templates, substitutions like this
DB += busyRecord.db
DB += testBusyAsyn.db

DB += $(patsubst ../%, %, $(wildcard ../*.template))
DB += $(patsubst ../%, %, $(wildcard ../*.db))
DB += $(patsubst ../%, %, $(wildcard ../*.vdb))

REQ += $(patsubst ../%, %, $(wildcard ../*.req))

#----------------------------------------------------
# If <anyname>.db template is not named <anyname>*.template add
Expand Down

0 comments on commit 1cd9c78

Please sign in to comment.