]> git.tuebingen.mpg.de Git - dss.git/blobdiff - Makefile
Implement the run command.
[dss.git] / Makefile
index e0eeb48c33b5030dcfebfd2d7e791d507bcbe089..b2d6fd13eb8d0c60205a5ffd2583e6caafcf6b91 100644 (file)
--- 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