aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2018-07-16 11:52:12 +0200
committerSébastien Dailly <sebastien@chimrod.com>2018-07-26 21:34:10 +0200
commit5711287dc01133195297cd2309aaca0191c01473 (patch)
tree0faa2c7e924d4d9d4cb1b7b2eb3f8bbe5e962d54 /Makefile
parent725a98ea6133fe7741ac1ada32d53f7978bfede0 (diff)
Update compilation for windows
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4adbf07..403cf41 100755
--- a/Makefile
+++ b/Makefile
@@ -59,6 +59,8 @@ clean:
rm -f licht
rm -f *.native
rm -f *.byte
- make -C stub clean
+ $(MAKE) -C stub LIB=$(LIB) clean
+
+
$(OCB) -clean