From: Robin Krens Date: Sat, 4 Jun 2022 09:16:59 +0000 (+0200) Subject: makefile: added comments X-Git-Url: https://robinkrens.nl/gitweb/?p=swan-dev;a=commitdiff_plain;h=765b1fadce95d4feb610d71a30770bdcd8914f02 makefile: added comments --- diff --git a/Makefile b/Makefile index d1f043e..33bfcaa 100644 --- 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