Skip to content
Snippets Groups Projects
Commit 64ff4cc9 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Use apa2 for python2 generation

parent da881d49
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment