mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 04:40:06 +00:00
9 lines
193 B
Makefile
Executable File
9 lines
193 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# This file was automatically generated by stdeb 0.8.2 at
|
|
# Sun, 13 Dec 2015 17:36:34 +0100
|
|
export PYBUILD_NAME=jsbeautifier
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|
|
|