aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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