summaryrefslogtreecommitdiff
path: root/src/txt-converter/char/Makefile
blob: 4dd3db6891883308e669d05a67d2c5fe0ffce670 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
all: char-converter
sql: char-converter

COMMON_OBJ = ../../common/core.o ../../common/socket.o ../../common/timer.o ../../common/grfio.o ../../common/db.o ../../common/lock.o ../../common/nullpo.o ../../common/malloc.o ../../common/showmsg.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