summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2008-07-03 13:35:10 +0100
committerTony Garnock-Jones <tonyg@lshift.net>2008-07-03 13:35:10 +0100
commit9353bf0419919a3af28658ae987b0b5744ad0c40 (patch)
treec5ba5d2ac0f469e03b2593c2ab9d921fc022466c /Makefile
downloadrabbitmq-codegen-9353bf0419919a3af28658ae987b0b5744ad0c40.tar.gz
Initial commit, from repo-rebase-20080703121916_default (e96543d904a2)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..05dae69
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+all:
+ echo "Please select a target from the Makefile."
+
+clean:
+ rm -f *.pyc
+