Added clean entry
This commit is contained in:
parent
7c167d29d2
commit
d7964e75d7
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ pr:
|
||||||
opr:
|
opr:
|
||||||
echo "nothing printed"
|
echo "nothing printed"
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f *.llb Out
|
||||||
|
|
||||||
c.llb: $(SRC_DIR)/unix7.c
|
c.llb: $(SRC_DIR)/unix7.c
|
||||||
cp $(SRC_DIR)/c.llb c.llb
|
cp $(SRC_DIR)/c.llb c.llb
|
||||||
$(LINT) -Lc.llb $(SRC_DIR)/unix7.c
|
$(LINT) -Lc.llb $(SRC_DIR)/unix7.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue