mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-12-02 07:00:13 +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)
|