summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eaabc814..55155836 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ endif
all: $(TARGET)
run: $(TARGET)
- ./$(TARGET)
+ LD_LIBRARY_PATH=dep/lib ./$(TARGET)
clean:
rm -rf $(TARGET) build