Remove duplicate Makefile directive

This commit is contained in:
jdah
2021-04-22 13:00:50 +02:00
parent bd41afe2eb
commit b5d87720b3

View File

@ -33,9 +33,6 @@ ISO=boot.iso
all: dirs bootsect kernel
dirs:
mkdir -p bin
clean:
rm -f ./**/*.o
rm -f ./*.iso