changeset 862:ee07ea5cd46b

start makefile for tkdnd build Ignore-this: 4fbfd8185354989db9a1db4449710c2e
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 06 Jun 2013 04:16:47 +0000
parents 1812165b5acc
children 58a634ab0f4c
files makefile
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/makefile	Thu Jun 06 04:16:27 2013 +0000
+++ b/makefile	Thu Jun 06 04:16:47 2013 +0000
@@ -35,3 +35,8 @@
 create_virtualenv:
 	mkdir -p env
 	virtualenv -p $(PYTHON) env
+
+tkdnd_build:
+	cd tkdnd/trunk
+	./configure
+	make