commit 9a2cdc4f7c7a897b26527d0fa10b0c6a4b980907 parent bda59eb442f5361d1d565423b4d4f7fcea0247f0 Author: sin <sin@2f30.org> Date: Mon, 23 Sep 2013 18:47:04 +0100 Copy thread.h to /usr/include Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -6,7 +6,7 @@ SRC = thread.c OBJ = $(SRC:.c=.o) LIB = libthread.a -INC = utf.h +INC = thread.h all: $(LIB) threadtest