aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 80d7059c..9a29ffcf 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,5 +1,5 @@
all:
- make -C .. all
+ $(MAKE) -C .. all
clean:
- make -C .. clean
+ $(MAKE) -C .. clean