summary refs log tree commit diff stats
path: root/plugins/makefile.mak
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-11-22 17:58:00 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-11-22 17:58:00 +0100
commitcaa878bc93134a07be311c287dacae2168d97ebc (patch)
treee98cc11883dc40a91df4023ac3a6cac1ca2ced10 /plugins/makefile.mak
parent99e015c3b3ce49ae13d213ce493504dc7332e19c (diff)
add doat plugin
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 2ac155df..b08917ab 100644
--- a/plugins/makefile.mak
+++ b/plugins/makefile.mak
@@ -3,6 +3,8 @@ all:
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 #	@cd ..\gtkpref
 #	@-$(MAKE) /nologo /s /f makefile.mak $@
+	@cd ..\doat
+	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\lua
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\mpcinfo
@@ -25,6 +27,8 @@ clean:
 	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 #	@cd ..\gtkpref
 #	@-$(MAKE) /nologo /s /f makefile.mak clean $@
+	@cd ..\doat
+	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 	@cd ..\lua
 	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 	@cd ..\mpcinfo