Skip to content
Snippets Groups Projects
Commit 0497ebcd authored by jwallace's avatar jwallace
Browse files

Added call to 'ant clean' on 'make clean'

parent 13778bbf
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,6 @@ $(tsk_jar):
ant dist
CLEANFILES = $(tsk_jar)
clean-local:
ant clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment