diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-05 23:35:50 +0000 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-05 23:35:50 +0000 |
| commit | 17d77ed40b6ddfb21d8001d13ee724b6aa678120 (patch) | |
| tree | f2dc142a4ca1d73ff1ba8a0845c716dc6e29504f /Makefile | |
| parent | 346c0c9f4916bfe42108f79478bfddadc0f14cae (diff) | |
| download | kmi-17d77ed40b6ddfb21d8001d13ee724b6aa678120.tar.gz kmi-17d77ed40b6ddfb21d8001d13ee724b6aa678120.zip | |
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?
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 := |
