Skip to content

Commit

Permalink
Makefile: rearrange output of F90 and C# a bit
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
  • Loading branch information
tycho committed Jun 28, 2009
1 parent dcd8256 commit df87dc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -66,12 +66,12 @@ run: all
@echo "genprime (C++)"
@-./genprime-cpp $(ARGS)
@echo
@echo "genprime (F90)"
@-./genprime-f90 $(ARGS)
@echo
@echo "genprime (C#)"
@-mono genprime-cs.exe $(ARGS)
@echo
@echo "genprime (F90)"
@-./genprime-f90 $(ARGS)
@echo
@echo "genprime (Java)"
@-java genprime $(ARGS)
@echo
Expand Down

0 comments on commit df87dc4

Please sign in to comment.