comparison Makefile.gen @ 62:ff5d74f0d428

Moved some functions to "libnnchat".
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 11 Nov 2008 21:57:51 +0200
parents 512775f6b081
children 3ab7751fdad1
comparison
equal deleted inserted replaced
61:b802a799c31a 62:ff5d74f0d428
15 all: $(TARGETS) 15 all: $(TARGETS)
16 16
17 %.o: %.c %.h 17 %.o: %.c %.h
18 $(COMP) -c -o $@ $< 18 $(COMP) -c -o $@ $<
19 19
20 $(NNCHAT_BIN): nnchat.c th_util.o th_string.o th_args.o 20 $(NNCHAT_BIN): nnchat.c libnnchat.o th_util.o th_string.o th_args.o
21 $(COMP) -o $@ $+ $(LDFLAGS) -lcurses 21 $(COMP) -o $@ $+ $(LDFLAGS) -lcurses
22 22
23 # 23 #
24 # Special targets 24 # Special targets
25 # 25 #