1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 12:06:07 +08:00
Files
hl2sdk/linux_sdk/Makefile.game

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
647 B
Makefile
Raw Normal View History

#
# wrapper Makefile for auto-generated make files
#
#
#############################################################################
# PROJECT MAKEFILES
#############################################################################
MAKE_FILE=Makefile.$(MOD_CONFIG)
2008-09-15 01:33:59 -05:00
-include $(MAKE_FILE)
#############################################################################
2008-09-15 01:33:59 -05:00
# The compiler command line for each src code file to compile
#############################################################################
2008-09-15 01:33:59 -05:00
DO_CC=$(CPLUS) $(INCLUDES) $(CFLAGS) -o $@ -c $<
clean:
2008-09-15 01:33:59 -05:00
rm -rf obj/$(NAME)_$(ARCH)
rm -f $(NAME)_$(ARCH).$(SHLIBEXT)