mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-29 05:20:23 +01:00
10 lines
250 B
Makefile
10 lines
250 B
Makefile
# override some setup.mk defines
|
|
|
|
override TARGET_arm_release_CFLAGS :=
|
|
override TARGET_thumb_release_CFLAGS :=
|
|
override TARGET_arm_debug_CFLAGS :=
|
|
override TARGET_thumb_debug_CFLAGS :=
|
|
override TARGET_CFLAGS :=
|
|
|
|
include $(call all-subdir-makefiles)
|