diff options
| author | Julian Blake Kongslie | 2022-07-02 13:45:09 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-07-02 13:45:09 -0700 |
| commit | c72951a36d6cb9775dc1ecd9bc26bc13e796f10c (patch) | |
| tree | 5a8fe196beba5c7c674d1b3d627c9a0beac849f5 /Makefile | |
| parent | Trivial code reorg. (diff) | |
| download | issim-c72951a36d6cb9775dc1ecd9bc26bc13e796f10c.tar.xz | |
Dropping the async interface, and adding some real uarch.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -85,11 +85,10 @@ $(foreach part,${PARTS},$(eval $(call mklib,${part}))) | |||
| 85 | 85 | ||
| 86 | ifdef iwyu | 86 | ifdef iwyu |
| 87 | 87 | ||
| 88 | build/iwyu.cpp: | 88 | build/iwyu.cpp: $(wildcard *.h) |
| 89 | @mkdir -p $(dir $@) | 89 | @mkdir -p $(dir $@) |
| 90 | @tools/iwyu-header $(wildcard *.h) > $@ | 90 | @tools/iwyu-header $(wildcard *.h) > $@ |
| 91 | @$(call iwyu,$@) | 91 | @$(call iwyu,$@) |
| 92 | .PHONY: build/iwyu.cpp | ||
| 93 | 92 | ||
| 94 | IWYU_CPPS += build/iwyu.cpp | 93 | IWYU_CPPS += build/iwyu.cpp |
| 95 | 94 | ||
