mirror of
https://git.zap.org.au/git/trader.git
synced 2025-01-03 14:57:41 -05:00
11 lines
202 B
Makefile
Executable File
11 lines
202 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# debian/rules: Create the Debian package for Star Traders
|
|
# Copyright (C) 2011-2022, John Zaitseff
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- --bindir=/usr/games
|