Browse Source

Added clean entry

ceriel 33 years ago
parent
commit
d7964e75d7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lang/cem/lint/llib/proto.make

+ 3 - 0
lang/cem/lint/llib/proto.make

@@ -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