diff options
author | June McEnroe <programble@gmail.com> | 2016-10-08 01:40:25 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2016-10-08 01:40:25 -0400 |
commit | 23c42c187a49b176b14055fc439dabfe4374ad07 (patch) | |
tree | 9c18f768eb4cc6893b06fd71afc31000d1c9d9d4 | |
parent | Fix jrp mmap MAP_ANON calls (diff) | |
download | src-23c42c187a49b176b14055fc439dabfe4374ad07.tar.gz src-23c42c187a49b176b14055fc439dabfe4374ad07.zip |
Fix jrp build -ledit
Diffstat (limited to '')
-rwxr-xr-x | .bin/jrp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bin/jrp.c b/.bin/jrp.c index c156942b..1847bbe8 100755 --- a/.bin/jrp.c +++ b/.bin/jrp.c @@ -1,5 +1,5 @@ #if 0 -exec cc -Wall -Wextra $@ -ledit -o $(dirname $0)/jrp $0 +exec cc -Wall -Wextra $@ $0 -ledit -o $(dirname $0)/jrp #endif #include <err.h> |