190e8fe4 by Jabis Sevón

make env

1 parent 73f12c5e
1 /data 1 /data
2 /target 2 /target
3 .env 3 .env
4 .env.backup
4 mmjab 5 mmjab
5 *.sql 6 *.sql
6 *.csv 7 *.csv
......
...@@ -18,11 +18,15 @@ build: ...@@ -18,11 +18,15 @@ build:
18 install: 18 install:
19 cp target/$(target)/$(prog) ./$(prog)$(extension) && chmod +x ./$(prog)$(extension) 19 cp target/$(target)/$(prog) ./$(prog)$(extension) && chmod +x ./$(prog)$(extension)
20 20
21 env:
22 cp ./.env.example ./.env
23
21 all: build install 24 all: build install
22 25
23 rebuild: clean build install 26 rebuild: clean build install
24 27
25 clean: 28 clean:
29 rm ./.env
26 rm ./$(prog)$(extension) 30 rm ./$(prog)$(extension)
27 31
28 help: 32 help:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!