Added cmp and clean entries
authorceriel <none@none>
Tue, 15 Oct 1991 09:31:01 +0000 (09:31 +0000)
committerceriel <none@none>
Tue, 15 Oct 1991 09:31:01 +0000 (09:31 +0000)
lang/cem/lint/proto.make

index dfd0431..94935fb 100644 (file)
@@ -9,3 +9,9 @@ all:
 
 install:
        for i in $(DIRS) ; do cd $$i ; make install ; cd .. ; done
+
+clean:
+       for i in $(DIRS) ; do cd $$i ; make clean ; cd .. ; done
+
+cmp:
+       for i in $(DIRS) ; do cd $$i ; make cmp ; cd .. ; done