comparison Makefile.gen @ 28:512775f6b081

A refactored ncurses-based UI.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 02 Aug 2008 11:57:09 +0300
parents 728243125263
children ff5d74f0d428
comparison
equal deleted inserted replaced
27:da721f94c60f 28:512775f6b081
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 th_util.o th_string.o th_args.o
21 $(COMP) -o $@ $+ $(LDFLAGS) 21 $(COMP) -o $@ $+ $(LDFLAGS) -lcurses
22 22
23 # 23 #
24 # Special targets 24 # Special targets
25 # 25 #
26 clean: 26 clean: