From e8a080f5f6734a07540ce2f6ff4b1f5342cd5a9c Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Tue, 31 Oct 2023 21:55:26 +0100 Subject: [PATCH] oh look at this --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@