Removed the definition of basename, which confuses an existing system one.
[folded-ctf.git] / Makefile
index f04583d..1b72d1e 100644 (file)
--- 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