1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00
Files
OpenRCT2/debian/rules
2016-10-19 11:32:13 +02:00

12 lines
158 B
Makefile
Executable File

#!/usr/bin/make -f
BUILDDIR=build_dir
extra_flags := "-DLAUNCHPAD_BUILD=on"
override_dh_auto_configure:
dh_auto_configure -a -- $(extra_flags)
%:
dh $@