# HG changeset patch # User Drew Perttula # Date 2013-06-06 04:16:47 # Node ID ee07ea5cd46b3afbc1feab7c0980d79c927a9eb7 # Parent 1812165b5acccf9543f8476670f151befa7ac291 start makefile for tkdnd build Ignore-this: 4fbfd8185354989db9a1db4449710c2e diff --git a/makefile b/makefile --- a/makefile +++ b/makefile @@ -35,3 +35,8 @@ PYTHON=/usr/bin/python create_virtualenv: mkdir -p env virtualenv -p $(PYTHON) env + +tkdnd_build: + cd tkdnd/trunk + ./configure + make