X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=Makefile;h=bf9dff90ba67e33330e366e66493962d32091273;hp=5d57356ed15d79f72276945cbed81e89446c54a2;hb=875d79044758b75907f82f340d1cce9998dd3be7;hpb=9f3a6f1ba1a71d44e77e75c74a9b03b6db903d62 diff --git a/Makefile b/Makefile index 5d57356..bf9dff9 100644 --- a/Makefile +++ b/Makefile @@ -10,11 +10,10 @@ CAT ?= cat prefix ?= ~ bindir ?= $(prefix)/bin -casl2libdir ?= $(prefix)/lib/casl2 VERSIONFILES = include/package.h test/system/casl2/opt_v/0.txt test/system/comet2/opt_v/0.txt test/system/dumpword/opt_v/0.txt -all: build info html gtags +all: build docall gtags build: $(MAKE) -C src all