X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=b2d6fd13eb8d0c60205a5ffd2583e6caafcf6b91;hb=a0b87ba0529cc6ab075e1d7a11f8b4adc47948eb;hp=e0eeb48c33b5030dcfebfd2d7e791d507bcbe089;hpb=8f1fcd9c5ea3aa0f78be83b2a912a1e8cf722b76;p=dss.git diff --git a/Makefile b/Makefile index e0eeb48..b2d6fd1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -dss_objects := dss.o cmdline.o string.o fd.o exec.o signal.o daemon.o df.o +dss_objects := cmdline.o dss.o string.o fd.o exec.o signal.o daemon.o df.o time.o all: dss man: dss.1 @@ -22,7 +22,7 @@ include Makefile.deps dss: $(dss_objects) $(CC) $(CPPFLAGS) $(DEBUG_CPPFLAGS) -o $@ $(dss_objects) -%.o: %.c +%.o: %.c cmdline.h $(CC) -c $(CPPFLAGS) $(DEBUG_CPPFLAGS) $< %.ppm: %.sk