소스 검색

bump year, fix makefile

leaf corcoran 11 년 전
부모
커밋
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