mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
Makefile: allow both install and flatinstall targets
This commit is contained in:
parent
f6083876fd
commit
7bde88e813
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ INSTALL_TARGET = @INSTALL_TARGET@
|
||||||
|
|
||||||
install: build/Makefile
|
install: build/Makefile
|
||||||
cd build; $(MAKE) $(INSTALL_TARGET)
|
cd build; $(MAKE) $(INSTALL_TARGET)
|
||||||
|
flatinstall: build/Makefile
|
||||||
|
cd build; $(MAKE) flatinstall
|
||||||
uninstall:
|
uninstall:
|
||||||
cd build; $(MAKE) uninstall
|
cd build; $(MAKE) uninstall
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue