forked from GitHub/gf-rgl
control morphodict from Makefile (easy to comment out if desired)
This commit is contained in:
2
Makefile
2
Makefile
@@ -19,6 +19,7 @@ default: build copy
|
|||||||
build: src/*/*.gf
|
build: src/*/*.gf
|
||||||
ifneq (, $(RUNGHC))
|
ifneq (, $(RUNGHC))
|
||||||
$(RUNGHC) build
|
$(RUNGHC) build
|
||||||
|
$(RUNGHC) build morphodict
|
||||||
else
|
else
|
||||||
./Setup.sh
|
./Setup.sh
|
||||||
endif
|
endif
|
||||||
@@ -26,6 +27,7 @@ endif
|
|||||||
copy:
|
copy:
|
||||||
ifneq (, $(RUNGHC))
|
ifneq (, $(RUNGHC))
|
||||||
$(RUNGHC) copy
|
$(RUNGHC) copy
|
||||||
|
$(RUNGHC) copy morphodict
|
||||||
endif
|
endif
|
||||||
|
|
||||||
install: build copy
|
install: build copy
|
||||||
|
|||||||
Reference in New Issue
Block a user