aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)