From 0ec7937f907919003bb303a8c671c45ef8f3ddec Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 4 Aug 2020 19:56:11 -0400 Subject: [PATCH] mist: update Makefile --- mist/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mist/Makefile b/mist/Makefile index 21515f3b..ee02e9d5 100644 --- a/mist/Makefile +++ b/mist/Makefile @@ -408,6 +408,9 @@ graphics_dni/dni_graphics.inc: graphics_ship/ship_graphics.inc: cd graphics_ship && make +graphics_sub/ship_gub.inc: + cd graphics_sub && make + #### @@ -434,4 +437,5 @@ clean: cd graphics_nibel && make clean cd graphics_dni && make clean cd graphics_ship && make clean + cd graphics_sub && make clean