Changed: create directories if needed

This commit is contained in:
ceriel 1993-11-15 09:37:05 +00:00
parent 9fbd4783a7
commit 8abba8b1a1

View file

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