Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jabis Sevón
/
mmjab
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
190e8fe4
authored
2025-01-25 19:23:36 +0100
by
Jabis Sevón
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
make env
1 parent
73f12c5e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
.gitignore
Makefile
.gitignore
View file @
190e8fe
/data
/target
.env
.env.backup
mmjab
*.sql
*.csv
...
...
Makefile
View file @
190e8fe
...
...
@@ -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
:
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment