diff options
| author | horus_arch | 2016-12-13 20:03:15 +0100 |
|---|---|---|
| committer | horus_arch | 2016-12-13 20:03:15 +0100 |
| commit | 5313875690dbb32268087f69760115466bff519d (patch) | |
| tree | b551f4bfaf79fe3096d671eff12e2cb14b88d8f6 | |
| parent | 34e350dfcecc3757378c6ea4d3438ade52fbd88d (diff) | |
| download | gospeladlershof.de-5313875690dbb32268087f69760115466bff519d.tar.gz | |
Fixes a bug with the PATH. :/
| -rw-r--r-- | gospeladlershof.de/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gospeladlershof.de/Makefile b/gospeladlershof.de/Makefile index d649728..64d6143 100644 --- a/gospeladlershof.de/Makefile +++ b/gospeladlershof.de/Makefile @@ -1,3 +1,4 @@ +export PATH:$(PATH):/home/horus/app/gospeladlershof.de/gospeladlershof.de/node_modules/gulp/bin all: build |
