Mercurial > hg > index.cgi
diff Makefile @ 9:6eed14cccac9
Switched lwar to lw_cmdline and brought in lwlib
author | lost@l-w.ca |
---|---|
date | Sat, 22 Jan 2011 10:04:32 -0700 |
parents | fdc11ef4115b |
children | 127e5b1e01c0 |
line wrap: on
line diff
--- a/Makefile Sat Jan 22 09:58:24 2011 -0700 +++ b/Makefile Sat Jan 22 10:04:32 2011 -0700 @@ -38,8 +38,8 @@ lwlink/lwobjdump: $(lwobjdump_objs) lwlib lwlink/rules.make $(CC) -o $@ $(lwobjdump_objs) $(LDFLAGS) -lwar/lwar: $(lwar_objs) lwar/rules.make - $(CC) -o $@ $(lwar_objs) +lwar/lwar: $(lwar_objs) lwlib lwar/rules.make + $(CC) -o $@ $(lwar_objs) $(LDFLAGS) test: test.c lwlib $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ test.c $(LDFLAGS)