2
0
leaf corcoran 11 жил өмнө
parent
commit
14a8c12e8b
3 өөрчлөгдсөн 3 нэмэгдсэн , 4 устгасан
  1. 1 2
      Makefile
  2. 1 1
      docs/index.md
  3. 1 1
      enet.c

+ 1 - 2
Makefile

@@ -1,6 +1,5 @@
 enet.so: enet.c
-	luarocks make --local
-
+	luarocks make --local enet-dev-1.rockspec
 
 enet.dll: enet.c
 	gcc -O2 -shared -o $@ $< -lenet -llua5.1 -lws2_32 -lwinmm

+ 1 - 1
docs/index.md

@@ -342,7 +342,7 @@ See official ENet documentation for detailed description.
 <a name="license"></a>
 ## License (MIT)
 
-    Copyright (C) 2011 by Leaf Corcoran
+    Copyright (C) 2014 by Leaf Corcoran
     
     Permission is hereby granted, free of charge, to any person obtaining a copy
     of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
enet.c

@@ -1,6 +1,6 @@
 /**
  *
- * Copyright (C) 2011 by Leaf Corcoran
+ * Copyright (C) 2014 by Leaf Corcoran
  * 
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal