projects
/
swan-dev
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f50798
)
makefile: added comments
author
Robin Krens
<robin@robinkrens.nl>
Sat, 4 Jun 2022 09:16:59 +0000
(11:16 +0200)
committer
Robin Krens
<robin@robinkrens.nl>
Sat, 4 Jun 2022 09:16:59 +0000
(11:16 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
d1f043e
..
33bfcaa
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-6,6
+6,8
@@
AS=nasm
#$(LD) -M src/*.o
+# -d delete headers
+# -s strip symbols
all:
$(LD) src/*.o -d -s -o test.wsc