Little trick to make distribution easier
This commit is contained in:
parent
a9e731d090
commit
0de33667bf
|
@ -1,6 +1,7 @@
|
||||||
proto.make
|
proto.make
|
||||||
em_table
|
em_table
|
||||||
new_table
|
new_table
|
||||||
|
new_table_done
|
||||||
pop_push
|
pop_push
|
||||||
traps
|
traps
|
||||||
ip_spec.t
|
ip_spec.t
|
||||||
|
|
|
@ -16,6 +16,7 @@ $(FILES): em_table
|
||||||
install: $(FILES)
|
install: $(FILES)
|
||||||
|
|
||||||
distr: $(FILES)
|
distr: $(FILES)
|
||||||
|
touch new_table_done
|
||||||
|
|
||||||
opr:
|
opr:
|
||||||
make pr ^ opr
|
make pr ^ opr
|
||||||
|
|
Loading…
Reference in a new issue