fixed makefile bug

This commit is contained in:
Joakim Eriksson 2012-05-15 09:21:15 +02:00
parent 38fe5db6f1
commit e0a6c1c9da
1 changed files with 3 additions and 2 deletions

View File

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