From 35c768680a241adf106d2555831286505bb1b541 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 8 Oct 2011 10:34:43 +0800 Subject: [PATCH] makefile commit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 62f7e66..1785158 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,8 @@ all: scene commit open scene: scene.c bitmap.c bitmap.h gcc $(CFLAGS) -o scene scene.c bitmap.c $(LIBS) -commit: +commit: scene.c bitmap.c bitmap.h git commit -a -m "makefile commit" -open: +open: scene.c bitmap.c bitmap.h (./scene &) && echo -- 2.20.1