mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
Emit 'now set path' message at end of 'make full'.
This commit is contained in:
parent
a359e16ae9
commit
88dd4e4d13
2 changed files with 6 additions and 0 deletions
2
makefile
2
makefile
|
|
@ -139,6 +139,7 @@ full: configuration
|
|||
@make -f src/tools/make/vishap.make -s library
|
||||
@make -f src/tools/make/vishap.make -s install
|
||||
@make -f src/tools/make/vishap.make -s confidence
|
||||
@make -f src/tools/make/vishap.make -s showpath
|
||||
|
||||
|
||||
|
||||
|
|
@ -169,6 +170,7 @@ library: configuration
|
|||
install: configuration
|
||||
@make -f src/tools/make/vishap.make -s installable
|
||||
@make -f src/tools/make/vishap.make -s install
|
||||
@make -f src/tools/make/vishap.make -s showpath
|
||||
|
||||
uninstall: configuration
|
||||
@make -f src/tools/make/vishap.make -s installable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue