Added clean entry

This commit is contained in:
ceriel 1991-10-14 13:37:43 +00:00
parent 7c167d29d2
commit d7964e75d7

View 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