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

- fixed phony target

parent 584d324f
No related branches found
No related tags found
No related merge requests found
......@@ -91,4 +91,4 @@ check_prerequisites:
@echo -n "### Checking Exlibris Rosetta SDK path: $(ROSETTASDK) ...."
@if [ -e $(ROSETTASDK) ]; then echo "fine :)"; else echo " not found! :("; fi
.PHONY: help clean distclean jarclean test
.PHONY: help check_prerequisites 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