aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorDiego Nehab <diego.nehab@gmail.com>2018-08-22 17:37:32 -0300
committerDiego Nehab <diego.nehab@gmail.com>2018-08-22 17:37:32 -0300
commit288219fd6b53ce2e709745c9918aa4c4b7f715c9 (patch)
treea41f0afa7e6a336e0e889356071d8428d4056484 /src/makefile
parent648d81281f177f43de3d7b66e5923bdbaaeb25d9 (diff)
downloadluasocket-288219fd6b53ce2e709745c9918aa4c4b7f715c9.tar.gz
luasocket-288219fd6b53ce2e709745c9918aa4c4b7f715c9.tar.bz2
luasocket-288219fd6b53ce2e709745c9918aa4c4b7f715c9.zip
Update to Visual Studio 2017.
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 494baab..1ed3f4f 100644
--- a/src/makefile
+++ b/src/makefile
@@ -386,7 +386,7 @@ $(UNIX_SO): $(UNIX_OBJS)
386$(SERIAL_SO): $(SERIAL_OBJS) 386$(SERIAL_SO): $(SERIAL_OBJS)
387 $(LD) $(SERIAL_OBJS) $(LDFLAGS)$@ 387 $(LD) $(SERIAL_OBJS) $(LDFLAGS)$@
388 388
389install: 389install:
390 $(INSTALL_DIR) $(INSTALL_TOP_LDIR) 390 $(INSTALL_DIR) $(INSTALL_TOP_LDIR)
391 $(INSTALL_DATA) $(TO_TOP_LDIR) $(INSTALL_TOP_LDIR) 391 $(INSTALL_DATA) $(TO_TOP_LDIR) $(INSTALL_TOP_LDIR)
392 $(INSTALL_DIR) $(INSTALL_SOCKET_LDIR) 392 $(INSTALL_DIR) $(INSTALL_SOCKET_LDIR)