mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Makefile: Allow component cflags to override global CWARNS for clang-tools rule.
git-svn-id: https://svn.eduke32.com/eduke32@6781 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
2e059e8f9d
commit
bb84fa725e
1 changed files with 1 additions and 1 deletions
|
@ -1001,7 +1001,7 @@ $(foreach i,$(components),$($i_obj)):
|
|||
### Phonies
|
||||
|
||||
clang-tools: $(filter %.c %.cpp,$(foreach i,$(call getdeps,duke3d,game),$(call expandsrcs,$i)))
|
||||
echo $^ -- -x c++ $(CXXONLYFLAGS) $(COMPILERFLAGS) $(foreach i,$(components),$($i_cflags)) $(CWARNS)
|
||||
echo $^ -- -x c++ $(CXXONLYFLAGS) $(COMPILERFLAGS) $(CWARNS) $(foreach i,$(components),$($i_cflags))
|
||||
|
||||
$(addprefix clean,$(games)):
|
||||
-$(call RM,$(foreach i,$(roles),$($(subst clean,,$@)_$i)$(EXESUFFIX)))
|
||||
|
|
Loading…
Reference in a new issue