diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |