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
73f12c5e
authored
2025-01-25 19:17:22 +0100
by
Jabis Sevón
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
makefile clean and rebuild
1 parent
dec2c9f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
Makefile
Makefile
View file @
73f12c5
...
...
@@ -2,12 +2,10 @@ prog :=mmjab
debug
?=
$(info
debug
is
$(debug))
ifdef
debug
release
:=
target
:=
debug
extension
:=
-debug
extension
:=
else
release
:=
--release
target
:=
release
...
...
@@ -22,6 +20,8 @@ install:
all
:
build install
rebuild
:
clean build install
clean
:
rm ./
$(prog)$(extension)
...
...
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