elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elkscmd
/
cron
/
Makefile
File editor
# Makefile for cron BASEDIR=.. include $(BASEDIR)/Makefile-rules ############################################################################### LOCALFLAGS = -Wno-implicit-int -Wno-return-type $(OPTIONS) ############################################################################### progs=cron crontab common=readcrontab.o lib.o all: $(progs) install: $(progs) cron: cron.o runjob.o $(common) $(CC) $(CFLAGS) -maout-heap=14336 -o $@ cron.o runjob.o $(common) crontab: crontab.o $(common) $(CC) $(CFLAGS) -maout-heap=14336 -o $@ crontab.o $(common) clean: $(RM) $(progs) *.o install: cron $(INSTALL) cron $(DESTDIR)/bin/cron $(INSTALL) crontab $(DESTDIR)/bin/crontab cron.o: cron.c cron.h config.h crontab.o: crontab.c cron.h config.h readcrontab.o: readcrontab.c cron.h config.h lib.o: lib.c cron.h config.h
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history