libqaeda

Unnamed repository; edit this file 'description' to name the repository.
Info | Log | Files | Refs | README | LICENSE

Makefile (124B)


      1 all:
      2 	mkdir -vp build
      3 	cd build && cmake -DBUILD_SHARED_LIBS=1 ..
      4 	cd build && make -j8
      5 	cd build && make install DESTDIR=.