From e4b6abdb8eacbd5dafba47054f163e910f92194d Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 31 Mar 2009 13:15:09 +0000 Subject: [PATCH] Move Makefile to root --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000..38bbec9f36 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +all: + python makepanda/makepanda.py --everything +install: + python makepanda/installpanda.py +clean: + rm -rf built