X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=Makefile;h=93a8a32152db3319e2a01161b3308c3e76449eab;hp=8d5e25211e766133815f9a2aa44b00f256f77dfb;hb=4a2360eab8dc0f54a404da3944d768cfae9c993f;hpb=3f5c658ec863c5e3f6e3cdceff0017fa6092d38c;ds=sidebyside 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