mirror of
https://git.zap.org.au/git/trader.git
synced 2024-10-27 18:20:13 -04:00
11 lines
200 B
Makefile
Executable File
11 lines
200 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# debian/rules: Create the Debian package for Star Traders
|
|
# Copyright (C) 2011-18, John Zaitseff
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- --bindir=/usr/games
|