diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index fab91cc..7ad8296 100644 --- a/src/makefile +++ b/src/makefile @@ -2,7 +2,7 @@ current: all .SUFFIXES: .pd_linux -PDSOURCE = /usr/local/src/pd/src +PDSOURCE ?= /usr/local/src/pd/src INCLUDE = -I. -I${PDSOURCE} |