Codebase list pipenightdreams / eb1394e debian / rules
eb1394e

Tree @eb1394e (Download .tar.gz)

rules @eb1394eraw · history · blame

#!/usr/bin/make -f

%:
	dh $@ --parallel --with autoreconf

override_dh_auto_configure:
	dh_auto_configure --  --prefix=/usr --bindir=/usr/games --mandir=/usr/share/man --datadir=/usr/share

override_dh_auto_clean:
	rm -rf config.log config.status ltconfig
	dh_auto_clean