projects
/
rrq
/
rrqforth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56a9fab
)
make source dependencies work
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Tue, 18 May 2021 01:46:19 +0000
(11:46 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Tue, 18 May 2021 01:46:19 +0000
(11:46 +1000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 3c1f61a6bca20737a33345fb01a1e4adc459e892..7e3b60456bfff45338cf5024f087551a81d4b0dc 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,8
+1,7
@@
INCS := $(shell grep ^include rrqforth.asm | tr -d "'" | sed 's/include//' )
-SRCS = rrqforth.asm $(INCS)
# compile into 3 things: binary, symbolic information and debug support
-rrqforth: rrqforth.asm
+rrqforth: rrqforth.asm
$(INCS)
fasm $< -s $@.fas
./fas2txt.lsp $@.fas > $@.map
chmod a+x $@