summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/makefile.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak
index a308cae3..c767dd0d 100644
--- a/plugins/makefile.mak
+++ b/plugins/makefile.mak
@@ -5,6 +5,8 @@ all:
 #	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\doat
 	@-$(MAKE) /nologo /s /f makefile.mak $@
+	@cd ..\exec
+	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\fishlim
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\lua
@@ -31,6 +33,8 @@ clean:
 #	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 	@cd ..\doat
 	@-$(MAKE) /nologo /s /f makefile.mak clean $@
+	@cd ..\exec
+	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 	@cd ..\fishlim
 	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 	@cd ..\lua