Added clean entry
authorceriel <none@none>
Mon, 14 Oct 1991 13:37:43 +0000 (13:37 +0000)
committerceriel <none@none>
Mon, 14 Oct 1991 13:37:43 +0000 (13:37 +0000)
lang/cem/lint/llib/proto.make

index 57e3535..a2acfbb 100644 (file)
@@ -37,6 +37,9 @@ pr:
 opr:
        echo "nothing printed"
 
+clean:
+       rm -f *.llb Out
+
 c.llb: $(SRC_DIR)/unix7.c
        cp $(SRC_DIR)/c.llb c.llb
        $(LINT) -Lc.llb $(SRC_DIR)/unix7.c