all: TestAlloc.class test-alloc
TestAlloc.class: test-alloc.java
javac $<
test-alloc: test-alloc.cpp
g++ -O4 $< -o $@
.PHONY: clean
clean:
rm -f TestAlloc.class test-alloc test-alloc.scm~
Click here to download Makefile
.
all: TestAlloc.class test-alloc
TestAlloc.class: test-alloc.java
javac $<
test-alloc: test-alloc.cpp
g++ -O4 $< -o $@
.PHONY: clean
clean:
rm -f TestAlloc.class test-alloc test-alloc.scm~