X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=Makefile;h=1b72d1ea5b6d337d9138b5bf44a4490de82506ab;hp=f04583d1fe5bc43dcdb79cfcad6eeae6fa1d0e53;hb=HEAD;hpb=8a90240a648bc6328c887e10cc31e4b6d6ea9497 diff --git a/Makefile b/Makefile index f04583d..1b72d1e 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,8 @@ # This file is part of folded-ctf. # # # # folded-ctf is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published # -# by the Free Software Foundation, either version 3 of the License, # -# or (at your option) any later version. # +# it under the terms of the GNU General Public License version 3 as # +# published by the Free Software Foundation. # # # # folded-ctf is distributed in the hope that it will be useful, but # # WITHOUT ANY WARRANTY; without even the implied warranty of # @@ -83,7 +82,7 @@ Makefile.depend: *.h *.cc Makefile $(CC) -M *.cc > Makefile.depend archive: - cd .. && tar zcvf folding-gpl.tgz folding/*.{cc,h,sh,txt} folding/Makefile folding/gpl-3.0.txt + cd .. && tar zcvf folding-gpl.tgz folding/{*.{cc,h,sh,txt},Makefile} clean: \rm -f folding list_to_pool *.o Makefile.depend TAGS