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
1 changed files with 1 additions and 1 deletions

View File

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