java-bridge-0.20130602: examples/system-properties/Makefile
all: mkdir -p build ghc --make system-properties.hs -odir build -hidir build -o system-properties clean: rm -rf build system-properties .PHONY: clean all
all: mkdir -p build ghc --make system-properties.hs -odir build -hidir build -o system-properties clean: rm -rf build system-properties .PHONY: clean all