Skip to content
Snippets Groups Projects
Commit e5e01ee4 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- Warnings should abort compilation

parent d5c6b2c2
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ SLUBStoragePlugin.jar: $(OBJS) ...@@ -64,7 +64,7 @@ SLUBStoragePlugin.jar: $(OBJS)
@cd build; ${JAVAPATH}/jar cfvM ../$@ ./* ; cd .. @cd build; ${JAVAPATH}/jar cfvM ../$@ ./* ; cd ..
%.class: %.java %.class: %.java
${JAVAPATH}/javac -classpath ${CLASSPATH}:${JUNITCLASSPATH} -Xlint:all $< ${JAVAPATH}/javac -classpath ${CLASSPATH}:${JUNITCLASSPATH} -Xlint:all -Werror $<
doc: $(SOURCES) doc: $(SOURCES)
javadoc -d doc/ $^ javadoc -d doc/ $^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment