Commit 0b6b4f5c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Win32: fix "make core"

parent 4f6f08dd
......@@ -344,7 +344,7 @@ libcompat:
libvlc: libcompat
cd src && $(MAKE) $(AM_MAKEFLAGS) libvlc.la
core: libvlc vlc
core: libvlc vlc$(EXEEXT)
cd bin && $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT) vlc-static$(EXEEXT)
doc:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment