summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2433900..2a46725 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ $(TEST_DIR)/%: $(TEST_DIR)/%-test
test: lib/libmunit.so $(BUILD_DIR) $(TESTS)
lib/libmunit.so: $(LIB_DIR) third_party/munit/munit.c
- $(CC) -Wall -Werror -fpic -c third_party/munit/munit.c -shared -o lib/libmunit.so
+ $(CC) -Wall -fpic -c third_party/munit/munit.c -shared -o lib/libmunit.so
clean:
@rm -rf $(BUILD_DIR)