From a5d0a52409075f89cf13d5475e1cb14b3c76dff0 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Thu, 18 Jan 2018 10:42:30 -0500 Subject: More changes for unix file paths Changed test file path from windows style to unix style. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 462bf0c..6af3c3b 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ clean: rm -f *.o *.a template $(TEST_1_NAME): t/test_1.c $(LIBNAME) - $(CC) $(CFLAGS) -o t\test_1.exe t\test_1.c -lctemplates + $(CC) $(CFLAGS) -o $(TEST_1_NAME) t/test_1.c -lctemplates test: $(TEST_1_NAME) $(TEST_1_NAME) -- cgit v1.2.3-70-g09d2