From b5d87720b338a4a53e23b2130283bf101d3ffc93 Mon Sep 17 00:00:00 2001 From: jdah <20308439+jdah@users.noreply.github.com> Date: Thu, 22 Apr 2021 13:00:50 +0200 Subject: [PATCH] Remove duplicate Makefile directive --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 500be41..d911607 100644 --- a/Makefile +++ b/Makefile @@ -33,9 +33,6 @@ ISO=boot.iso all: dirs bootsect kernel -dirs: - mkdir -p bin - clean: rm -f ./**/*.o rm -f ./*.iso