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 --- src/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 881b7c2..e1fb529 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,8 +2,6 @@ include ../${ARCH}/toolchain.mk CCFLAGS += -I. -isystem../grub/include -I../${ARCH} -I../lib -I.. -all: kernel.a - conf.h: conf.h.in @cp conf.h.in conf.h @sed -i 's/@VERSION@/$(shell git describe)/' conf.h -- cgit v1.2.1