mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
Update version to 1.95. Add more early version documentation.
This commit is contained in:
parent
f828e80e56
commit
342d883d11
9 changed files with 467 additions and 26 deletions
11
makefile
11
makefile
|
|
@ -131,6 +131,7 @@ clean: configuration
|
|||
|
||||
# full: Full build of compiler and libarary.
|
||||
full: configuration
|
||||
@make -f src/tools/make/vishap.make -s installable
|
||||
@make -f src/tools/make/vishap.make -s clean
|
||||
@make -f src/tools/make/vishap.make -s translate
|
||||
@make -f src/tools/make/vishap.make -s assemble
|
||||
|
|
@ -166,9 +167,11 @@ library: configuration
|
|||
|
||||
# install: Copy built files to install directory
|
||||
install: configuration
|
||||
@make -f src/tools/make/vishap.make -s installable
|
||||
@make -f src/tools/make/vishap.make -s install
|
||||
|
||||
uninstall: configuration
|
||||
@make -f src/tools/make/vishap.make -s installable
|
||||
@make -f src/tools/make/vishap.make -s uninstall
|
||||
|
||||
|
||||
|
|
@ -237,11 +240,3 @@ autobuild: configuration
|
|||
# autostop: Tell test clients to exit their wait loop.
|
||||
autostop: configuration
|
||||
./testclient -c "exit"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue