Skip to content

Commit

Permalink
Simplify Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tothtamas28 committed Jul 19, 2022
1 parent 1ab3acf commit f4bfea1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions k-distribution/tests/regression-new/post-process/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
MAKEFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
MAKEFILE_DIR := $(dir $(MAKEFILE_PATH))

VENV_DIR := venv
ACTIVATE := . $(MAKEFILE_DIR)$(VENV_DIR)/bin/activate
ACTIVATE := . $(VENV_DIR)/bin/activate
VENV := $(VENV_DIR)/pyvenv.cfg

KOMPILED_DIR := kompiled
Expand All @@ -19,7 +16,7 @@ $(KOMPILED_DIR)/timestamp: assign.k transform.py $(VENV)
--backend haskell \
--output-definition kompiled \
--emit-json \
--post-process 'python3 $(MAKEFILE_DIR)transform.py'
--post-process 'python3 transform.py'


# virtualenv
Expand Down

0 comments on commit f4bfea1

Please sign in to comment.