You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
12 lines
158 B
Makefile
Executable File
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 $@
|