diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-08-17 15:11:25 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-08-17 15:11:25 +0200 |
commit | ce902a39266619a24af32844816436ca08ef45ac (patch) | |
tree | ae2e8bbcd84400a977481e985641f5b5f3e9b0f3 /plugins/makefile.mak | |
parent | 32e25c416ff86dd5afe4871ebfbfe03ac7a85654 (diff) |
skeleton for gtkpref launcher plugin
Diffstat (limited to 'plugins/makefile.mak')
-rw-r--r-- | plugins/makefile.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak index e56a2db7..145669bd 100644 --- a/plugins/makefile.mak +++ b/plugins/makefile.mak @@ -1,6 +1,8 @@ all: @cd checksum @-$(MAKE) /nologo /s /f makefile.mak $@ + @cd ..\gtkpref + @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\lua @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\mpcinfo @@ -21,6 +23,8 @@ all: clean: @cd checksum @-$(MAKE) /nologo /s /f makefile.mak clean $@ + @cd ..\gtkpref + @-$(MAKE) /nologo /s /f makefile.mak clean $@ @cd ..\lua @-$(MAKE) /nologo /s /f makefile.mak clean $@ @cd ..\mpcinfo |