10 lines
206 B
Makefile
Executable File
10 lines
206 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# Simple dh (debhelper) build rules file
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_fixperms:
|
|
dh_fixperms
|
|
chmod 755 debian/ananicy-cpp/usr/bin/ananicy-cpp
|
|
chmod u+x debian/ananicy-cpp/usr/bin/ananicy-cpp
|