diff options
author | June McEnroe <june@causal.agency> | 2017-08-26 16:47:57 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-08-26 16:47:57 -0400 |
commit | 592d0fbdc59c19c89bf4fd5498591d07b0d9c132 (patch) | |
tree | 4d4b47d34aee0fc4b2e7ce574bdabc838d644c8a /help.c | |
parent | Add Makefile (diff) | |
download | torus-592d0fbdc59c19c89bf4fd5498591d07b0d9c132.tar.gz torus-592d0fbdc59c19c89bf4fd5498591d07b0d9c132.zip |
Use Makefile
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x] | help.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/help.c b/help.c index 5ec2c11..1d4c6ce 100755..100644 --- a/help.c +++ b/help.c @@ -1,7 +1,3 @@ -#if 0 -exec cc -Wall -Wextra -pedantic $@ -o help $0 -#endif - /* * Copyright (c) 2017, June McEnroe <june@causal.agency> * |