From e38c61d95fccd208e13dd14a31a567c3d431677a Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Sun, 27 Mar 2016 18:05:27 -0400 Subject: add centralized all and clean targets --- src/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index e1c5c4a..8fdf29f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -15,10 +15,12 @@ config.h: esac > $@ -.PHONY: clean check syndoc +all: $(BIN) clean: rm -f $(BIN) $(OBJ) check: make -C .. check syndoc: unison -auto doc ssh://qcar@h/data/d/ssa-doc + +.PHONY: all clean check syndoc -- cgit 1.4.1