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

- fixed help target

parent bdf9c53c
Branches
Tags
No related merge requests found
......@@ -32,7 +32,7 @@ help:
@echo "erzeugt Plugin für Rosetta von Exlibris"
@echo ""
@echo "Das Argument 'clean' löscht temporäre Dateien, 'help' gibt diese Hilfe aus und"
@echo "'compile' erzeugt ein JAR-File und ein Bash-Script welches das Java-Programm"
@echo "'all' erzeugt ein JAR-File und ein Bash-Script welches das Java-Programm"
@echo "aufruft."
jarclean:
......@@ -70,4 +70,3 @@ check_prerequisites:
@if [ -e $(ROSETTASDK) ]; then echo "fine :)"; else echo " not found! :("; fi
.PHONY: help clean distclean jarclean test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment