chore: replace make full by make fsp.
This commit is contained in:
parent
c2740ffe24
commit
8042dd4a34
2 changed files with 14 additions and 11 deletions
8
Makefile
8
Makefile
|
|
@ -22,8 +22,12 @@ build:
|
|||
enforce: build
|
||||
@./${BUILD}/prebuild
|
||||
|
||||
.PHONY: full
|
||||
full: build
|
||||
.PHONY: fsp
|
||||
fsp: build
|
||||
@./${BUILD}/prebuild --full
|
||||
|
||||
.PHONY: fsp-complain
|
||||
fsp-complain: build
|
||||
@./${BUILD}/prebuild --complain --full
|
||||
|
||||
.PHONY: install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue