From fedde5714597ead20c211801b11112b116bc2280 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 8 Oct 2011 10:37:33 +0800 Subject: [PATCH] essage= --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d476f7..5abaa74 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ scene: scene.c bitmap.c bitmap.h gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS) commit: scene.c bitmap.c bitmap.h - git commit -a --allow-empty-message --untracked-files=no + git commit -a --allow-empty-message -message="" --untracked-files=no open: scene.c bitmap.c bitmap.h (./scene &) && echo -- 2.20.1