diff options
| author | Michael Forney <mforney@mforney.org> | 2017-10-01 13:28:44 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-10-01 14:04:24 -0700 |
| commit | da6337aa5a73f535ef9ff2588ffc019f96613590 (patch) | |
| tree | 3fbf7d37eb1e08f18ecbd250f28acbefa3536105 /pkg/scron/gen.lua | |
| parent | ecc477e459cc9b7d8f94851723ba87b77e41815c (diff) | |
Use cron from sbase
For some reason I didn't realize that scron was already imported into sbase.
Diffstat (limited to 'pkg/scron/gen.lua')
| -rw-r--r-- | pkg/scron/gen.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pkg/scron/gen.lua b/pkg/scron/gen.lua deleted file mode 100644 index 5144af19..00000000 --- a/pkg/scron/gen.lua +++ /dev/null @@ -1,11 +0,0 @@ -cflags{ - '-std=c99 -Wall -Wextra -pedantic', - '-D _BSD_SOURCE', - '-D _POSIX_C_SOURCE=200809L', -} - -exe('crond', {'crond.c'}) -file('bin/crond', '755', '$outdir/crond') -man{'scron.1'} - -fetch 'git' |
