]> git.refcnt.org Git - colorize.git/blobdiff - Makefile
Extract fail tests to test file
[colorize.git] / Makefile
index 4f7e84365f946281b1b35426a7a7a807d46b33ab..da60da20f5ad567438df5b3852dd0dee9381f441 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: check clean
+.PHONY: check clean release
 
 .SUFFIXES:
 .SUFFIXES: .c .o
@@ -16,4 +16,7 @@ check:
                        perl ./test.pl
 
 clean:
-                       rm -f colorize debug.txt version.h
+                       rm -f a.out colorize debug.txt version.h
+
+release:
+                       sh ./release.sh