From 64ff4cc926ff90361bfd9874a6eb2d731bd73f17 Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@control.lth.se> Date: Tue, 21 Nov 2023 13:48:52 +0100 Subject: [PATCH] Use apa2 for python2 generation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e91b0c..e15cdc3 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ TARGETS: mio2 mio3 all: $(TARGETS) mio2: src/mio.py $(sort $(wildcard src/mio/*.py)) Makefile - (cd src ; apa --interpreter=/usr/bin/python2 \ + (cd src ; apa2 --interpreter=/usr/bin/python2 \ -o ../$@ $(filter %.py, $(^:src/%=%))) mio3: src/mio.py $(sort $(wildcard src/mio/*.py)) Makefile -- GitLab