Skip to content

Commit

Permalink
Update Makefile for data.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Dec 28, 2024
1 parent aa489f0 commit ce6e870
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# ---------------------------------------------------------------------
# CONFIGURATION
PY=python
GENAST=../scripts/gen_ast.py

RAW_SRC=$(wildcard *.txt)
Expand All @@ -18,7 +17,7 @@ all: $(AST_SRC)
# ---------------------------------------------------------------------
# COMPILATION
%.toml: %.txt
$(PY) $(GENAST) $< $@
$(PYGEN) $(GENAST) $< $@
# ---------------------------------------------------------------------


Expand Down

0 comments on commit ce6e870

Please sign in to comment.