[Webfunds-commits] java Makefile

Jeroen C. van Gelderen gelderen@cypherpunks.ai
Sun, 4 Jun 2000 15:51:31 -0400 (AST)


gelderen    00/06/04 15:51:31

  Added:       .        Makefile
  Log:
  Placeholder that just calls the appropriate scripts for now.
  Supports: all, run .

Revision  Changes    Path
1.1                  java/Makefile

Index: Makefile
===================================================================

all:
	./build_sox && ./build
run:
	./wf

.PHONY: all run