diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2018-01-18 10:38:51 -0500 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2018-01-18 10:38:51 -0500 |
| commit | 51031430f6f3607a4139b47e30dcecaaa9e57121 (patch) | |
| tree | 0d12da467e9ab626ff15d9e4324959abb7398b68 | |
| parent | 6dab0b778c8083b53b06ca25e35f9900f474075b (diff) | |
| download | libctemplates-51031430f6f3607a4139b47e30dcecaaa9e57121.tar.gz libctemplates-51031430f6f3607a4139b47e30dcecaaa9e57121.tar.bz2 libctemplates-51031430f6f3607a4139b47e30dcecaaa9e57121.zip | |
Removed object file & changed make file
removed an object file that somehow made it into the repo
Also chagned makefile to use unix style paths instead of
windows style paths.
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | ctemplates.o | bin | 156366 -> 0 bytes |
2 files changed, 2 insertions, 2 deletions
@@ -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 Binary files differdeleted file mode 100644 index 5536579..0000000 --- a/ctemplates.o +++ /dev/null |
