aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--ctemplates.obin156366 -> 0 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f0200f7..462bf0c 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ LIBNAME = libctemplates.a
BIN_POSTFIX = .exe
-TEST_1_NAME = t\test_1$(BIN_POSTFIX)
+TEST_1_NAME = t/test_1$(BIN_POSTFIX)
$(LIBNAME): ctemplates.o fbuf.o kmp.o hashmap.o
ar rc $(LIBNAME) ctemplates.o fbuf.o kmp.o hashmap.o
@@ -25,7 +25,7 @@ hashmap.o: hashmap.c hashmap.h
clean:
rm -f *.o *.a template
-$(TEST_1_NAME): t\test_1.c $(LIBNAME)
+$(TEST_1_NAME): t/test_1.c $(LIBNAME)
$(CC) $(CFLAGS) -o t\test_1.exe t\test_1.c -lctemplates
test: $(TEST_1_NAME)
diff --git a/ctemplates.o b/ctemplates.o
deleted file mode 100644
index 5536579..0000000
--- a/ctemplates.o
+++ /dev/null
Binary files differ