f705f6ce05
new file: DEBIAN/LICENSE.txt new file: DEBIAN/changelog new file: DEBIAN/compat new file: DEBIAN/control new file: DEBIAN/rules new file: DEBIAN/usr/.DS_Store new file: DEBIAN/usr/bin/win-test
9 lines
98 B
Makefile
Executable File
9 lines
98 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_clean:
|
|
dh_clean
|
|
override_dh_auto_build:
|
|
dh_auto_build
|