projects
/
dosdemo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b44fb7b
)
Added special make rule for music.c, because since it contains a mikmod
author
John Tsiombikas
<nuclear@mutantstargoat.com>
Sun, 25 Sep 2016 23:07:06 +0000
(
02:07
+0300)
committer
John Tsiombikas
<nuclear@mutantstargoat.com>
Sun, 25 Sep 2016 23:07:06 +0000
(
02:07
+0300)
callback, which might be called from an interrupt, it must be compiled
with -zu
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
361a2f2
..
f17893e
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-45,6
+45,9
@@
cflags.occ: Makefile
cxxflags.occ: Makefile
%write $@ $(CXXFLAGS)
+music.obj: music.c
+ $(CC) -fo=$@ @cflags.occ -zu $[*
+
.c.obj: .autodepend
$(CC) -fo=$@ @cflags.occ $[*