From ebec7d1d37f9a5465af6cb3a942289a13e99d6bd Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sun, 31 Jul 2016 11:09:56 -0700 Subject: [PATCH] make targets for printing screensaver stats --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 006e7ea..98e8c12 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ OBJS = idle_x11.o oble.o idle_x11.o: idle_x11.h oble.o: oble.h +print_screen_saver_stats.o: print_screensaver_stats.h oble: $(OBJS) gcc $(OBJS) $(LDFLAGS) -o $@ @@ -15,6 +16,9 @@ oble: $(OBJS) #haarcascade_frontalface_alt.xml: # wget http://eclecti.cc/files/2008/03/haarcascade_frontalface_alt.xml +print_screensaver_stats: print_screensaver_stats.o + gcc print_screensaver_stats.o $(LDFLAGS) -o $@ + test: all ./oble -c haarcascade_frontalface_alt.xml -- 2.30.2