From 7d3a1eadcc75eb10c9cb3e39a0f431f3ea105f06 Mon Sep 17 00:00:00 2001 From: Yehia Hafez Date: Tue, 1 Oct 2024 09:14:35 -0500 Subject: [PATCH] Makefile changes --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 017d1ba..ad8bec5 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ## This makefile is explicitly for GNU Make, and to cross-compile for FreeBSD ## You MUST define MAKESYSPATH below, or you can't build for BSD. -.PHONY: all clean bsd +.PHONY: all clean macos export MAKESYSPATH=/home/yehia/extra_storage/freebsd_src/usr/src/share/mk @@ -12,3 +12,7 @@ all: clean: if [ -d "$(MAKESYSPATH)" ]; then bmake -C kernel/freebsd clean; fi $(MAKE) -C test clean + +macos: + $(MAKE) -C kernel/macos + $(MAKE) -C tools \ No newline at end of file