Disable dmc and ricochet by default in the compile

They can still be compiled by specifying their targets when running `make`

(cherry picked from commit 1b6302ab18cbdd6ab63a464dcbc7cbbcfd963f16)
This commit is contained in:
Daniel Walder 2021-03-22 17:35:17 +10:00
parent faab3be9c6
commit b9125431eb

View file

@ -140,11 +140,7 @@ TARGETS=
TARGETS+= \
hl \
dmc \
ricochet \
hl_cdll \
dmc_cdll \
ricochet_cdll \
build_dir:
-mkdir $(BUILD_DIR);