freeglut/debian/rules

10 lines
164 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@
export DEB_BUILD_MAINT_OPTIONS := hardening=+all
after_override_dh_auto_install-arch:
find . -name '*.la' -print0 | xargs -0 rm -f