From 17d77ed40b6ddfb21d8001d13ee724b6aa678120 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 5 May 2022 23:35:50 +0000 Subject: remove deps.mk from repo + GNU make knows how to automatically generate new include files, whereas BSD make apparently doesn't. The solution might be to add in a very simple configure script that just touches deps.mk? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5f3eb47..36862a9 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ COMPILER != [ $(LLVM) ] \ KERNEL_SOURCES != echo common/*.c common/uapi/*.c lib/*.c -CLEANUP := build kernel.* init.* apos.bin +CLEANUP := build deps.mk kernel.* init.* apos.bin CLEANUP_CMD := INIT_SOURCES := -- cgit v1.3