fix makefile

This commit is contained in:
nora 2025-03-10 18:08:37 +01:00
parent 7ae26ddc85
commit 377c8412a7

View file

@ -10,6 +10,3 @@ init: init.c
init1: init1.rs init1: init1.rs
$(RUSTC) init1.rs $(RUSTC) init1.rs
x: x.S
$(CC_STATIC) x.S -o x