projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc0709c
)
make: Removed verbose setting from build flags
author
Lukas Krickl
<lukas@krickl.dev>
Thu, 2 Jan 2025 18:56:24 +0000
(19:56 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Thu, 2 Jan 2025 18:56:24 +0000
(19:56 +0100)
makefile
patch
|
blob
|
history
diff --git
a/makefile
b/makefile
index e6ab94e0f457fd5a27c2e426eeceddca7ccb4e26..468873ec2bb0fde16759bbf2fed6e0581db65d34 100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-1,7
+1,7
@@
NAME=rg
TEST_NAME=test$(NAME)
AS=ulas
-FLAGS=-
v -
D DEBUG
+FLAGS=-D DEBUG
bin:
$(AS) $(FLAGS) -o $(NAME).gb -l ${NAME}.lst -s $(NAME).mlb -S mlb -I ./src -I ./tiles src/main.s