diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-11-01 09:03:12 +0200 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-11-01 09:03:12 +0200 |
commit | 848b3174bbcdb6d21011ed17c1e14751abf9fba3 (patch) | |
tree | bb07452b0708d321ce37964f4e87da7242edf7a0 /src | |
parent | add ps2_keyboard driver (diff) | |
download | kernel-848b3174bbcdb6d21011ed17c1e14751abf9fba3.tar.xz |
makefile: clean target shouldn't depend on OBJS
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
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 |