summaryrefslogtreecommitdiff
path: root/src/txt-converter/char/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/txt-converter/char/Makefile')
-rw-r--r--src/txt-converter/char/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/txt-converter/char/Makefile b/src/txt-converter/char/Makefile
deleted file mode 100644
index 47d97d3..0000000
--- a/src/txt-converter/char/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-include ../../../make.defs
-
-all: char-converter
-sql: char-converter
-
-COMMON_OBJ = ../../common/core.o ../../common/socket.o ../../common/timer.o ../../common/db.o ../../common/malloc.o
-
-char-converter: char-converter.o strlib.o $(COMMON_OBJ)
- $(CC) -o ../../../$@ $^ $(LIB_S)
-
-char-converter.o: char-converter.c char.h strlib.h
-strlib.o: strlib.c strlib.h
-clean:
- rm -f *.o ../../../char-converter
-