Explorar el Código

Changed: create directories if needed

ceriel hace 30 años
padre
commit
56177b33f4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      etc/Makefile

+ 3 - 0
etc/Makefile

@@ -11,6 +11,9 @@ $c/em_pseu.c \
 $c/em_mnem.c
 
 $(FILES):       em_table
+		-mkdir $d/h
+		-mkdir $d/util
+		-mkdir $d/util/data
 		new_table $h $c
 
 install:	$(FILES)