aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-11-01 09:03:12 +0200
committeraqua <aqua@iserlohn-fortress.net>2022-11-01 09:03:12 +0200
commit848b3174bbcdb6d21011ed17c1e14751abf9fba3 (patch)
treebb07452b0708d321ce37964f4e87da7242edf7a0 /src/Makefile
parentadd ps2_keyboard driver (diff)
downloadkernel-848b3174bbcdb6d21011ed17c1e14751abf9fba3.tar.xz
makefile: clean target shouldn't depend on OBJS
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 0 insertions, 2 deletions
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