diff options
author | June McEnroe <june@causal.agency> | 2018-09-18 11:33:25 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-18 11:33:25 -0400 |
commit | ae7963915124d6bb0ed83dc777bb181d86253d2a (patch) | |
tree | 43fd7bb19fff9f294710af445317e3faee4cbe9e | |
parent | Add atom feed generator (diff) | |
download | src-ae7963915124d6bb0ed83dc777bb181d86253d2a.tar.gz src-ae7963915124d6bb0ed83dc777bb181d86253d2a.zip |
Correct typo in Using Make
Diffstat (limited to '')
-rw-r--r-- | 001-make.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/001-make.7 b/001-make.7 index 7ab27111..a96ba6f2 100644 --- a/001-make.7 +++ b/001-make.7 @@ -29,7 +29,7 @@ just run: The default rule for C files uses the .Ev CFLAGS variable, -so you can set that in the enironment +so you can set that in the environment to pass flags to the C compiler: . .Pp |