Default make target

This commit is contained in:
2022-08-19 21:26:09 +08:00
parent 355953dc35
commit aaf88521b3
3 changed files with 10 additions and 8 deletions

View File

@@ -30,13 +30,9 @@ cd my-env
./gen-makefile
# get full list of `make` goals
make help
make
```
> I do not recommend to run `make` without arguments since then ALL goals will be started in their order.
>
> Use `make help` to look around.
### Selective straightforward installation
```shell
@@ -70,7 +66,7 @@ mypack1: goal1 goal2 goalX ...
...
##mypackX: Pack description
mypackY: goalA goalB
mypackX: goalA goalB
@cp file1 file2
...
...