From a9b1d9db56f46dda0fee6bb89fae3304c96c8cab Mon Sep 17 00:00:00 2001 From: Jacob Appelbaum Date: Sat, 30 Apr 2011 10:29:51 -0700 Subject: Add Makefile and remove TODO item --- Makefile | 3 +++ TODO | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b67d731 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +install: + cp src/file_system_reporter.sh $(DESTDIR)/usr/bin/ + cp src/update_power_counter.sh $(DESTDIR)/usr/bin/ diff --git a/TODO b/TODO index 0786140..0d3de4a 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,5 @@ A rough set of notes for things that need to be implemented; patches welcome! -Makefile to install the scripts into the proper location init scripts to run all counters on boot file_system_reporter.sh -- cgit v1.2.3