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

- added warnings about deprecated stuff

parent 82c210c6
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ distclean: clean ...@@ -78,7 +78,7 @@ distclean: clean
dnx_profile.xls ExLibMessageFile.properties LICENSE.txt manifest.txt dnx_profile.xls ExLibMessageFile.properties LICENSE.txt manifest.txt
%.class: %.java %.class: %.java
${JAVAPATH}/javac -classpath ${CLASSPATH}:${JUNITCLASSPATH} $< ${JAVAPATH}/javac -classpath ${CLASSPATH}:${JUNITCLASSPATH} -Xlint:deprecation $<
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