diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/makefile.mak | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak index 03bb1427..788a0fb8 100644 --- a/plugins/makefile.mak +++ b/plugins/makefile.mak @@ -1,7 +1,9 @@ all: # @cd ewc # @-$(MAKE) /nologo /s /f makefile.mak $@ - @cd lua + @cd checksum + @-$(MAKE) /nologo /s /f makefile.mak $@ + @cd ..\lua @-$(MAKE) /nologo /s /f makefile.mak $@ @cd ..\python @-$(MAKE) /nologo /s /f makefile.mak $@ @@ -22,6 +24,11 @@ clean: # @del ewc\*.exp # @del ewc\*.lib # @del ewc\*.obj + @del checksum\*.def + @del checksum\*.dll + @del checksum\*.exp + @del checksum\*.lib + @del checksum\*.obj @del lua\*.def @del lua\*.dll @del lua\*.exp |