From 848b3174bbcdb6d21011ed17c1e14751abf9fba3 Mon Sep 17 00:00:00 2001 From: aqua Date: Tue, 1 Nov 2022 09:03:12 +0200 Subject: makefile: clean target shouldn't depend on OBJS --- i686/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'i686/Makefile') diff --git a/i686/Makefile b/i686/Makefile index d472ebe..04257dc 100644 --- a/i686/Makefile +++ b/i686/Makefile @@ -2,8 +2,6 @@ include ../${ARCH}/toolchain.mk CCFLAGS += -I../grub/include -I../lib -all: arch.a - arch,SRCS = boot.S init.s \ gdt.c lgdt.c \ lidt.c isr.c -- cgit v1.2.1