Update Makefile

This commit is contained in:
2024-08-03 21:22:05 +03:00
parent fc56578682
commit 9bf436a98c
+1 -1
View File
@@ -1,7 +1,7 @@
BUILD_DIR=.build
build: prepare
cd $(BUILD_DIR)/kernel && make deb
cd $(BUILD_DIR)/ && make deb
prepare: | submodule
mkdir -p $(BUILD_DIR)/patches/kernel