Skip to content

Commit 29ea0bb

Browse files
committed
Improvement in default targets
Added default-target that makes help. Added prereqs target to install requirements.txt
1 parent 0050a00 commit 29ea0bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ dosdir=$(subst /,\\\\\\\\,$(subst /d/,d:/,$(subst /c/,c:/,$(1))))
2727
CP=@cp
2828
include $(ROOTDIR)/../makevars.mak
2929

30+
31+
default: help
32+
prereqs:
33+
pip install -r $(ROOTDIR)/requirements.txt
3034
# Target-specific parametrization.
3135
# These variables will be sent to a submake (cannot use target specific variables as prereqs).
3236
# If we need more setup-types, more (and different) parametrization may have to be made.

0 commit comments

Comments
 (0)