dht11/Makefile

changeset 51
a03b6dac5398
parent 31
89dd2b691701
child 149
f019ea6a9d31
--- a/dht11/Makefile	Sun May 25 16:39:54 2014 +0200
+++ b/dht11/Makefile	Sun May 25 22:06:56 2014 +0200
@@ -5,7 +5,6 @@
 SRCS		= dht11.c
 HDRS		= dht11.h
 OBJS		= dht11.o
-SLIBS		= ../lib/libmbse.a
 TARGET		= dht11
 OTHER		= Makefile
 
@@ -54,5 +53,5 @@
 
 # DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT
 # Dependencies generated by make depend
-dht11.o: ../lib/mbselib.h dht11.h
+dht11.o: dht11.h
 # End of generated dependencies

mercurial