diff options
| author | Jeff Carr <[email protected]> | 2019-05-10 01:54:36 +0000 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-10 01:54:36 +0000 |
| commit | 954470c34ce2296c4d534c261f400c4fa9f20900 (patch) | |
| tree | 43cad0b47353183710318906586fa81de35e6fc2 /example1/Makefile | |
| parent | 8a5c9922e408da922fd7889672da0cebcb6700a8 (diff) | |
correct stdin handling. stderr might still be broken
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'example1/Makefile')
| -rw-r--r-- | example1/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example1/Makefile b/example1/Makefile new file mode 100644 index 0000000..9fc318d --- /dev/null +++ b/example1/Makefile @@ -0,0 +1,3 @@ +all: + go build + ./example1 |
