Kaydet (Commit) 43431583 authored tarafından Bertram Nolte's avatar Bertram Nolte

Added run command for the makefile.

üst 0af4723a
...@@ -95,3 +95,6 @@ register: $(REGISTERFLAG) ...@@ -95,3 +95,6 @@ register: $(REGISTERFLAG)
@echo Please use the following command to execute @echo Please use the following command to execute
@echo java -classpath $(DK_CLASSPATH) Test @echo java -classpath $(DK_CLASSPATH) Test
@echo -------------------------------------------------------------------------------- @echo --------------------------------------------------------------------------------
run:
java -classpath $(DK_CLASSPATH) Test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment