AboutSummaryRefsLogTreeCommitDiffStats
path: root/makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.am')
-rw-r--r--makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile.am b/makefile.am
index 4474ffe..9d19014 100644
--- a/makefile.am
+++ b/makefile.am
@@ -49,6 +49,9 @@ pkgdata_DATA = core.scm environment.scm job-specifier.scm redirect.scm \
# like core.*, so we have to keep re-making it (I lost a good day's work because
# of this).
+mcron : mcron.c
+ $(CC) $(AM_CFLAGS) mcron.c -o mcron $(AM_LDFLAGS)
+
core.scm : mcron-core.scm
$(CP) mcron-core.scm core.scm