Make small fixes and oops ran clang-format on dtoa
This commit is contained in:
2
Makefile
2
Makefile
@@ -212,7 +212,7 @@ depend: o/$(MODE)/depend
|
||||
tags: TAGS HTAGS
|
||||
|
||||
o/$(MODE)/.x:
|
||||
@mkdir -p $(dir $@) && touch $@
|
||||
@$(MKDIR) $(dir $@) && touch $@
|
||||
|
||||
o/$(MODE)/srcs.txt: o/$(MODE)/.x $(MAKEFILES) $(call uniq,$(foreach x,$(SRCS),$(dir $(x))))
|
||||
$(file >$@) $(foreach x,$(SRCS),$(file >>$@,$(x)))
|
||||
|
||||
Reference in New Issue
Block a user