]> andersk Git - moira.git/commitdiff
remove startdcm with make clean
authormar <mar>
Thu, 29 Dec 1988 18:53:20 +0000 (18:53 +0000)
committermar <mar>
Thu, 29 Dec 1988 18:53:20 +0000 (18:53 +0000)
dcm/Makefile

index d184d38db1a29bf6afe15c691b36671c44845499..91dc973b9241efc590ecc8aff213fadd3334f0c4 100644 (file)
@@ -34,9 +34,9 @@ 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
 
This page took 0.238894 seconds and 5 git commands to generate.