Add ecl_min target in toplevel Makefile

This commit is contained in:
Daniel Kochmański 2016-11-17 20:00:29 +01:00
parent 098fdd6585
commit c2fb4fdded

View file

@ -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@