Skip to content
Snippets Groups Projects
Commit 125ead2a authored by Jörg Sachse's avatar Jörg Sachse
Browse files

initial commit

parent 783d1ce1
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
JAR_NAME=rosetta_migration_plugin_dummy.jar
JAR_OUTPATH=.
build:
jar cf ${JAR_NAME} ${JAR_OUTPATH}
clean:
rm ${JAR_OUTPATH}/${JAR_NAME}
help:
@echo build ............ create the plugin JAR package
@echo clean ............ remove build result
@echo help ............. show this help
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment