| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-07-19 15:31:05 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-07-19 15:31:05 +0200 | 
| commit | 35bce44858fcd7b0dab398cbce72d13057d3a501 (patch) | |
| tree | c11c3637e3510d9cfc51c260db73ac6e1b7506fc /instr-to-kodkod/Makefile | |
| parent | 76ce3682dc4e7480b0e77ea189c05f17d2435d70 (diff) | |
forgot to use cfg-to-path. Still broken though.
Diffstat (limited to 'instr-to-kodkod/Makefile')
| -rw-r--r-- | instr-to-kodkod/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/instr-to-kodkod/Makefile b/instr-to-kodkod/Makefile index 3e69ba5..fe40d91 100644 --- a/instr-to-kodkod/Makefile +++ b/instr-to-kodkod/Makefile @@ -1,9 +1,9 @@  ## Target(s) Configuration #####################################################  #MODEL_FILES = $(wildcard ../data/instructions/*.mod) -MODEL_FILES = ../instr-scripts/structural.mod $(wildcard ../instr-scripts/pfp_*.mod) +MODEL_FILES = ../instr-scripts/structural.mod $(wildcard ../instr-scripts/pfp_*.mod) $(wildcard ../cfg-to-paths/pfp_*.mod)  LEVEL_DIR = $(wildcard ../data/level/*.lvl)  #PROPERTY_FILE = ../data/property/unread_waveforms.pro -PROPERTY_FILE = ../data/property/combinational_processes.pro +PROPERTY_FILE = ../data/property/impossible_processes.pro  VAR_PREFIX = "_anon_"  ## Executables ################################################################# | 


