packages/libs/libsml/patches/010-no-examples-tests.patch

14 lines
184 B
Diff
Raw Normal View History

--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
all:
@$(MAKE) -C sml
- @$(MAKE) -C examples
- @$(MAKE) -C test
+# @$(MAKE) -C examples
+# @$(MAKE) -C test
.PHONY: clean
clean :