summary refs log tree commit diff stats
path: root/plugins/makefile.mak
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-11-27 07:31:46 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-11-27 07:31:46 +0100
commit76a8166320d66ddcea3d0ef7209e5877d7a5ef7d (patch)
treea6b85b97502ee9e12987edde1ab823d3dded1474 /plugins/makefile.mak
parentfa7991495e70918603b071d6cbb4147347ccc13b (diff)
exec support for releaser and makefile
Diffstat (limited to 'plugins/makefile.mak')
-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