summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2008-09-03 23:43:33 +0000
committermsheby <>2008-09-03 23:43:33 +0000
commite07e536da65cc8fd872d32ca201e65dd507f6b51 (patch)
tree6892eca61e6a0b20627daa2081fe9dd869ac2a0a /win32
parentc1f2041ceb58a863a63113393730086306fb1b36 (diff)
Fix "make clean"
Diffstat (limited to 'win32')
-rwxr-xr-xwin32/Makefile.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.mak b/win32/Makefile.mak
index dbec27b..ee91a42 100755
--- a/win32/Makefile.mak
+++ b/win32/Makefile.mak
@@ -86,7 +86,7 @@ ASDCP_OBJS = MPEG2_Parser.obj MPEG.obj JP2K_Codestream_Parser.obj \
all: kmfilegen.exe kmrandgen.exe kmuuidgen.exe asdcp-test.exe blackwave.exe klvwalk.exe wavesplit.exe
clean:
- erase $(SRCDIR)\*.exe $(SRCDIR)\*.lib $(SRCDIR)\*.obj $(SRCDIR)\*.ilk $(SRCDIR)\*.pdb $(SRCDIR)\*.idb
+ erase *.exe *.lib *.obj *.ilk *.pdb *.idb
libkumu.lib : $(KUMU_OBJS)
!IFDEF WITH_XERCES