diff options
| author | makefu <github@syntax-fehler.de> | 2011-09-14 17:30:24 +0200 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2011-09-14 17:30:24 +0200 |
| commit | e087646763cefc3dae49530fba866aa2bb713f46 (patch) | |
| tree | d855810d7a9093adc05ca10f7c8955e81b9f8d74 /hyper/process/Makefile | |
| parent | bf985820deacbe49d7328b51c9df8aa02a57b03e (diff) | |
| parent | 6cb808fa910cb32a9ec786616be7b821a500e8d8 (diff) | |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'hyper/process/Makefile')
| -rw-r--r-- | hyper/process/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
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 $@ $< |
