aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2023-10-31 21:55:26 +0100
committerMirek Kratochvil <exa.exa@gmail.com>2023-10-31 21:55:26 +0100
commite8a080f5f6734a07540ce2f6ff4b1f5342cd5a9c (patch)
tree4fe308427054e17fd8fd334dffa5ad59db8a2eea
parentfbc57cad5622039654b95590ab1efb464984c71b (diff)
downloaduskel-e8a080f5f6734a07540ce2f6ff4b1f5342cd5a9c.tar.gz
uskel-e8a080f5f6734a07540ce2f6ff4b1f5342cd5a9c.tar.bz2
oh look at this
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8866dc6..1d95129 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ clean:
rm -f $(OBJS) $(PROGS)
%.o: %.s $(wildcard include/*.s)
- as $< -o $@
+ as -g $< -o $@
%: %.o
ld $@.o -o $@