Changed: create directories if needed
This commit is contained in:
parent
9fbd4783a7
commit
8abba8b1a1
|
@ -11,6 +11,9 @@ $c/em_pseu.c \
|
||||||
$c/em_mnem.c
|
$c/em_mnem.c
|
||||||
|
|
||||||
$(FILES): em_table
|
$(FILES): em_table
|
||||||
|
-mkdir $d/h
|
||||||
|
-mkdir $d/util
|
||||||
|
-mkdir $d/util/data
|
||||||
new_table $h $c
|
new_table $h $c
|
||||||
|
|
||||||
install: $(FILES)
|
install: $(FILES)
|
||||||
|
|
Loading…
Reference in a new issue