diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | test/GNUmakefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ cleanpdf: cd content && $(LATEXMK) -r latexmk.opt -C cleantest: - +-gmake -C clean + +-gmake -C test clean FORCE: .PHONY: all pdf test clean cleanpdf cleantest FORCE diff --git a/test/GNUmakefile b/test/GNUmakefile index 5e57930..e7470a3 100644 --- a/test/GNUmakefile +++ b/test/GNUmakefile @@ -28,7 +28,7 @@ awk/%: %.awk ../content/% awk -f $*.awk < ../content/$* > $@ %.d: %.cpp $(addprefix awk/,$(AWK)) - $(CXX) -M -MT '$*.test $*.d' -MF $@ $< + $(CXX) -M -MP -MT '$*.test $*.d' -MF $@ $< .PHONY: test clean .SECONDARY: $(TESTS:=.test) $(addprefix awk/,$(AWK)) |
