aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-12-04ftpupload: decouple ftpupload from modbuslogJonathan McCrohan1-11/+13
Allow ftpupload to be used as an independent program. This enables it to be used by both modbuslog and phidgetcontrol. The ftp stanza in /etc/modbuslog has been split out into a separate ftpupload configuration file located at /etc/ftpupload. ftpupload now reads the $UPLOADTYPE variable to determine which type of upload to execute. If $UPLOADTYPE has not been set, ftpupload will default to modbuslog.
2012-12-04makefile: fix install_phidgetcontrol target typoJonathan McCrohan1-1/+1
Only cosmetic; Both install paths were still in root's default $PATH.
2012-12-03makefile: add clean targetJonathan McCrohan1-0/+7
2012-12-03makefile: fix indentationJonathan McCrohan1-8/+8
2012-11-27makefile: Add {lighting,phidget}control targetsJonathan McCrohan1-3/+45
2012-05-20weatherstation_test.c: initial commitJonathan McCrohan1-1/+4
2012-03-12Add cron.d entryJonathan McCrohan1-0/+3
2012-03-07Add compile time version numbersJonathan McCrohan1-0/+4
Uses git tags as version number
2012-02-20Prune archive after 3 monthsJonathan McCrohan1-0/+1
2012-02-20Add PHP to make installJonathan McCrohan1-0/+3
2012-02-20Update MakefileJonathan McCrohan1-0/+17
2012-02-12Add ftp upload function + add documentation.Jonathan McCrohan1-3/+10
2011-12-06Create Makefile.Jonathan McCrohan1-0/+7