X-Git-Url: https://git.auder.net/?p=cgds.git;a=blobdiff_plain;f=Makefile;h=de9dd8188e378171c24b8253173bf52a4cc29736;hp=86f819b54b4860122f1c8db4cc7f33e20d10d983;hb=aef8a9962382222aa64fd5c2f91be9dab1d298e2;hpb=0261c3b62a23974d7be2db9335dde5e9ff4ddc23 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 ..