mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
11 lines
132 B
Makefile
Executable File
11 lines
132 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
COPYRIGHT=LICENSE
|
|
|
|
%:
|
|
cp $(COPYRIGHT) debian/copyright
|
|
dh $@
|
|
|
|
dh_override_auto_build:
|
|
python setup.py build
|