added rule for wismote

This commit is contained in:
Joakim Eriksson 2012-05-15 09:18:49 +02:00
parent 4b4f9bd00d
commit 38fe5db6f1
1 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,8 @@ $(JARFILE): $(OBJECTS)
%.tyndall: jar
java -jar $(JARFILE) -platform=tyndall $(ARGS) $@
%.wismote: jar
java -jar $(JARFILE) -platform=wismote $(ARGS) $@
help:
@echo "Usage: make [all,compile,clean,run,runsky,runesb]"