Fixing makefile

This commit is contained in:
Jarkko Toivanen 2023-08-02 13:49:16 +03:00
parent 1034574d1e
commit e9b363221a
Signed by: jt
GPG key ID: 9151B109B73ECAD5

View file

@ -1,4 +1,4 @@
all: build/kernel-i386.elf
all: start32.bin
clean:
-@rm *.bin 2> /dev/null || true