X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=Makefile;h=b2d6fd13eb8d0c60205a5ffd2583e6caafcf6b91;hp=e0eeb48c33b5030dcfebfd2d7e791d507bcbe089;hb=a0b87ba0529cc6ab075e1d7a11f8b4adc47948eb;hpb=985ee856a76b6cf415b2342dcfb44ac9192e5483 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