@@ -3,7 +3,7 @@ SOURCES = *.c
.PHONY = format
rgpgfs : $(SOURCES)
- gcc -Wall $^ $(shell pkg-config fuse3 --cflags --libs) -o $@
+ gcc -Wall -Werror $^ $(shell pkg-config fuse3 --cflags --libs) -o $@
format : $(SOURCES)
clang-format -i -verbose $^