Skip to content

Commit

Permalink
Makefile flash: remove useless parenthesis, only reflash regular part…
Browse files Browse the repository at this point in the history
…ition
  • Loading branch information
Xiangfu Liu committed Feb 12, 2012
1 parent a5468c2 commit 2b6b049
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Makefile
Expand Up @@ -121,8 +121,7 @@ load: $(BINDIR)/flickernoise.bin
cp $< /var/lib/tftpboot/boot.bin

flash:
(cd ../flash && ./flash.sh rescue)
(cd ../flash && ./flash.sh)
cd ../flash && ./flash.sh

clean:
rm -f $(BINDIR)/flickernoise $(BINDIR)/flickernoise.bin
Expand Down

0 comments on commit 2b6b049

Please sign in to comment.