190e8fe4 by Jabis Sevón

make env

1 parent 73f12c5e
/data
/target
.env
.env.backup
mmjab
*.sql
*.csv
......
......@@ -18,11 +18,15 @@ build:
install:
cp target/$(target)/$(prog) ./$(prog)$(extension) && chmod +x ./$(prog)$(extension)
env:
cp ./.env.example ./.env
all: build install
rebuild: clean build install
clean:
rm ./.env
rm ./$(prog)$(extension)
help:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!