libqaeda

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

Makefile (159B)


      1 all: lib
      2 	make -C src all
      3 
      4 lib:
      5 	make -C src lib
      6 
      7 test: all
      8 	make -C src test
      9 
     10 clean:
     11 	make -C src clean
     12 
     13 #shared: lib
     14 #	make -C src shared-gpg
     15 
     16 .PHONY: clean