From 4a2360eab8dc0f54a404da3944d768cfae9c993f Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 8 Oct 2011 12:08:50 +0800 Subject: [PATCH] --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8d5e252..93a8a32 100644 --- a/Makefile +++ b/Makefile @@ -34,3 +34,6 @@ commit: scene.c bitmap.c bitmap.h open: scene.c bitmap.c bitmap.h (nice -n 19 ./scene &) && echo + +clean: + rm scene -- 2.20.1