diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-14 15:01:34 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-14 15:01:34 -0400 |
commit | 1c0dfd67e7c181951f490f4e58693582f2c3871a (patch) | |
tree | 76fd404af48d6fca09d91afff450e4005bf56d49 /src/sys/Makefile | |
parent | 5c5212939765f421e5bb39f93b67430f8dfab6ae (diff) |
build: Do not have per subsystem libs
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/sys/Makefile')
-rw-r--r-- | src/sys/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sys/Makefile b/src/sys/Makefile index 6cdf604..561da50 100644 --- a/src/sys/Makefile +++ b/src/sys/Makefile @@ -12,10 +12,6 @@ all: os lib md os: cd os; make CC=$(CC) LD=$(LD) AS=$(AS) TARGETDIR=$(TARGETDIR) -.PHONY: lib -lib: - cd lib; make CC=$(CC) LD=$(LD) AS=$(AS) TARGETDIR=$(TARGETDIR) - .PHONY: md md: cd $(TARGETDIR); make CC=$(CC) LD=$(LD) AS=$(AS) |