Fixing makefile
This commit is contained in:
parent
1034574d1e
commit
e9b363221a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
all: build/kernel-i386.elf
|
all: start32.bin
|
||||||
clean:
|
clean:
|
||||||
-@rm *.bin 2> /dev/null || true
|
-@rm *.bin 2> /dev/null || true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue