Add ecl_min target in toplevel Makefile
This commit is contained in:
parent
098fdd6585
commit
c2fb4fdded
1 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,9 @@ all: build/Makefile
|
|||
Makefile: Makefile.in build/config.status
|
||||
(cd build; ./config.status)
|
||||
|
||||
ecl_min: build/Makefile
|
||||
cd build; $(MAKE) ecl_min
|
||||
|
||||
# ==================== Installation ====================
|
||||
|
||||
INSTALL_TARGET = @INSTALL_TARGET@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue