From 6cb808fa910cb32a9ec786616be7b821a500e8d8 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 14 Sep 2011 03:13:20 +0200 Subject: //hyper/process Makefile: initial commit --- hyper/process/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 hyper/process/Makefile diff --git a/hyper/process/Makefile b/hyper/process/Makefile new file mode 100644 index 00000000..7d61b28d --- /dev/null +++ b/hyper/process/Makefile @@ -0,0 +1,14 @@ + +A := 8 + +.PHONY: all clean +all: main + +clean: + rm -f main *.$A + +%.$A: %.go + $Ag $< + +%: %.$A + $Al -o $@ $< -- cgit v1.2.3