feat: make all

This commit is contained in:
Lance R. Vick 2024-02-12 13:41:51 -08:00
parent 0ac033005b
commit 06dfee56eb
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D
2 changed files with 5 additions and 2 deletions

View file

@ -18,7 +18,10 @@ include src/packages.mk
DEFAULT_GOAL := default
.PHONY: default
default: compat bootstrap core
default: compat all
.PHONY: all
all: $(shell find src/*/* -type d -exec sh -c 'basename {} | tr "\n" " "' \; )
.PHONY: compat
compat:

View file

@ -237,7 +237,7 @@ For further reading see the [Bootstrappable Builds](https://bootstrappable.org/)
### Examples
#### Compile all packages (WIP)
#### Compile all packages
```
make