aboutsummaryrefslogtreecommitdiff
path: root/envelope/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'envelope/Makefile')
-rw-r--r--envelope/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/envelope/Makefile b/envelope/Makefile
index 06b0419..19e92ed 100644
--- a/envelope/Makefile
+++ b/envelope/Makefile
@@ -13,9 +13,12 @@ endif
BIN = envelope
-.PHONY: all clean remake
+.PHONY: all clean remake makelib
-all: $(BIN)
+makelib:
+ make -C ..
+
+all: makelib $(BIN)
clean:
rm -rf $(BIN) *.o *.dSYM