@ -11,7 +11,7 @@ clean:
rm -f $(OBJS) $(PROGS)
%.o: %.s $(wildcard include/*.s)
as $< -o $@
as -g $< -o $@
%: %.o
ld $@.o -o $@