mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 09:52:24 +00:00
Stepping toward generalised ReadNum.
This commit is contained in:
parent
6dedf34785
commit
3dc5049d5a
24 changed files with 156 additions and 32 deletions
|
|
@ -155,7 +155,7 @@ installable:
|
|||
# May require root access.
|
||||
install:
|
||||
@printf "\nInstalling into \"$(INSTALLDIR)\"\n"
|
||||
@rm -rf "$(INSTALLDIR)/bin" "$(INSTALLDIR)/2 "$(INSTALLDIR)/C
|
||||
@rm -rf "$(INSTALLDIR)"
|
||||
|
||||
@mkdir -p "$(INSTALLDIR)/bin"
|
||||
@cp $(OBECOMP) "$(INSTALLDIR)/bin/$(OBECOMP)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue