]> andersk Git - moira.git/blobdiff - dcm/Makefile
close file descriptors before exec'ing the dcm
[moira.git] / dcm / Makefile
index d184d38db1a29bf6afe15c691b36671c44845499..cf26fe9e30df793b214e2cdef652639bedb9e421 100644 (file)
@@ -34,11 +34,11 @@ startdcm: startdcm.o
 
 clean: 
        rm -f *.o core *~
-       rm -f dcm .saber
+       rm -f dcm startdcm .saber
 
-install:
+install: dcm startdcm
        install dcm ${SMS_DIR}/bin/dcm
-       install startdcm ${SMS_DIR}/bin/dcm
+       install startdcm ${SMS_DIR}/bin/startdcm
 
 lint:
        lint ${INCDIR} ${DCM_SRCS} | grep -v "possible pointer alignment"
This page took 0.054917 seconds and 4 git commands to generate.