Skip to content

Commit

Permalink
Merge pull request #227 from dglynos/fix-MODEL
Browse files Browse the repository at this point in the history
fix 'make MODEL=bla' which is currently broken in master
  • Loading branch information
izar authored Nov 29, 2023
2 parents 4dfa939 + 9439642 commit 47e0c9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ MODEL?=tm

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

all: clean docs/pytm/index.html
$(MAKE) $(MODEL)
all: clean docs/pytm/index.html $(MODEL)

safe_filename:
ifeq ($(suffix $(MODEL)), .py)
Expand Down

0 comments on commit 47e0c9c

Please sign in to comment.