diff options
author | root <root@krebs> | 2011-05-06 23:17:59 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-05-06 23:17:59 +0200 |
commit | 7ef07ce32c0035f9b0f1ffd137e57bea7cef1b3a (patch) | |
tree | 77b14f61d552fe3bc1bf57de6768f821654e4b97 /modules/temper/Makefile | |
parent | d63a4e8566c64d9e7f99b7cc27f19efb2e6e7b63 (diff) |
added temper Makefile,temper.c
Makefile: now does the right thing
temper.c: removed all the clutter with endless loop and stuff
Diffstat (limited to 'modules/temper/Makefile')
-rw-r--r-- | modules/temper/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/temper/Makefile b/modules/temper/Makefile index db6233fe..3ada08de 100644 --- a/modules/temper/Makefile +++ b/modules/temper/Makefile @@ -1,9 +1,11 @@ -all: temper +all: infest +infest: temper CFLAGS = -O2 -Wall temper: temper.c ${CC} -DUNIT_TEST -o $@ $^ -lusb + chmod +s temper clean: rm -f temper *.o |