X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=Makefile;h=de9dd8188e378171c24b8253173bf52a4cc29736;hb=aef8a9962382222aa64fd5c2f91be9dab1d298e2;hp=86f819b54b4860122f1c8db4cc7f33e20d10d983;hpb=94bb30da71c332bc401df34e689aa846aadf9fe3;p=cgds.git diff --git a/Makefile b/Makefile index 86f819b..de9dd81 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,13 @@ LIBRARY = libcgds.so INSTALL_PREFIX = /usr/local +all: src + src: cd src && $(MAKE) && cd .. test: - cd test && $(MAKE) && cd .. + cd test && ./makeMain.sh && $(MAKE) && cd .. doc: cd doc && $(MAKE) && cd ..