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
9b0ea2cd
authored
2025-01-25 19:04:31 +0100
by
Jabis Sevón
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
makefile
1 parent
566df6a0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
.vscode/settings.json
Makefile
.vscode/settings.json
0 → 100644
View file @
9b0ea2c
{
"makefile.configureOnOpen"
:
true
}
\ No newline at end of file
Makefile
0 → 100644
View file @
9b0ea2c
prog
:=
mmjab
debug
?=
$(info
debug
is
$(debug))
ifdef
debug
release
:=
target
:=
debug
extension
:=
-debug
else
release
:=
--release
target
:=
release
extension
:=
endif
build
:
cargo build
$(release)
install
:
cp target/
$(target)
/
$(prog)
./
$(prog)$(extension)
&&
chmod +x ./
$(prog)$(extension)
all
:
build install
help
:
@
echo
"usage: make
$(prog)
[debug=1]"
\ No newline at end of file
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