6 lines
75 B
Makefile
Executable file
6 lines
75 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export PYBUILD_NAME = peewee
|
|
|
|
%:
|
|
dh $@ --with python2
|