projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1836cfa
)
Fixed buidltest cmd
author
Lukas Krickl
<lukas@krickl.dev>
Tue, 29 Oct 2024 09:08:38 +0000
(10:08 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Tue, 29 Oct 2024 09:08:38 +0000
(10:08 +0100)
makefile
patch
|
blob
|
history
diff --git
a/makefile
b/makefile
index b923c1940b9a37681afa60f08c9c11551b376fb9..b7059913138168cbff5c9a4f961d3c823bcbe30e 100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-63,5
+63,5
@@
lint:
clang-tidy src/*.h src/*.c
buildtests: $(NAME)
- ./$(NAME) tests/t0.s -l - -o tests/t0.bin
+ ./$(NAME) tests/t0.s -
D ULAS_PREDEF -
l - -o tests/t0.bin
./$(NAME) tests/t0.bin -d - -o tests/t0_dasm.s