b57de7ca by Jabis Sevón

make env

1 parent e5e34ba4
Showing 1 changed file with 2 additions and 2 deletions
...@@ -21,9 +21,9 @@ install: ...@@ -21,9 +21,9 @@ install:
21 env: 21 env:
22 cp ./.env.example ./.env 22 cp ./.env.example ./.env
23 23
24 all: build install 24 all: build install env
25 25
26 rebuild: clean build install 26 rebuild: clean build install env
27 27
28 clean: 28 clean:
29 rm ./.env 29 rm ./.env
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!