Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thorsummoner
ttt_terrorcon
Commits
69af4022
Commit
69af4022
authored
Jul 24, 2021
by
dylan grafmyre
Browse files
game-only makefile mode because it keeps recompiling things when i don't
want it to
parent
0937f6a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
69af4022
...
...
@@ -46,6 +46,9 @@ else
$(GAME_DIR)$(GAME)
-allowdebug
$(VBIN_FLAGS)
+map
$(
notdir
$(
basename
$^
))
+gamemode terrortown +ttt_debug_preventwin 1 +ttt_preptime_seconds 10 +ttt_minimum_players 1
endif
%.game-only
:
$(GAME_DIR)$(GAME)
-allowdebug
$(VBIN_FLAGS)
+map
$(
notdir
$(
basename
$@
))
+gamemode terrortown +ttt_debug_preventwin 1 +ttt_preptime_seconds 10 +ttt_minimum_players 1
maps/%.bsp
:
%.bsp
cp
$^
$@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment