Skip to content

Commit 9439642

Browse files
author
Dimitrios Glynos
committed
this fixes 'make MODEL=bla' which is currently broken in master
1 parent 4dfa939 commit 9439642

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ MODEL?=tm
1414

1515
libs := $(wildcard pytm/*.py) $(wildcard pytm/threatlib/*.json) $(wildcard pytm/images/*)
1616

17-
all: clean docs/pytm/index.html
18-
$(MAKE) $(MODEL)
17+
all: clean docs/pytm/index.html $(MODEL)
1918

2019
safe_filename:
2120
ifeq ($(suffix $(MODEL)), .py)

0 commit comments

Comments
 (0)