summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--screen.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen.morph b/screen.morph
index 986357d..9994aca 100644
--- a/screen.morph
+++ b/screen.morph
@@ -10,10 +10,10 @@
],
"build-commands": [
- "make -C src DESTDIR=\"\""
+ "cd ./src && make DESTDIR=\"\""
],
"install-commands": [
- "make -C src DESTDIR=\"\" install"
+ "cd ./src && make DESTDIR=\"\" install"
]
}