gnu make tutorial

M.W. Chang mwchang
Mon May 17 11:59:26 PDT 2004


OK. Thanks. I used to know the old format (whether it's C or Clipper the
dBase compiler).

> .o.c:
> 	$(CC) -c $(CFLAGS) $@ $<
> 
> doesn't tell me as much as quickly as
> 
> %.o : %.c
> 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
-- 
  .~.
 / v \   http://toylet.homeip.net
/( _ )\  Linux 2.4.22-xfs
  ^ ^    12:46am up 2 days, 11:12, 0 users, load average: 1.11, 1.03, 1.01


More information about the Linux-users mailing list