# HG changeset patch # User Drew Perttula # Date 1370492207 0 # Node ID ee07ea5cd46b3afbc1feab7c0980d79c927a9eb7 # Parent 1812165b5acccf9543f8476670f151befa7ac291 start makefile for tkdnd build Ignore-this: 4fbfd8185354989db9a1db4449710c2e diff -r 1812165b5acc -r ee07ea5cd46b makefile --- 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