Mercurial > hg > index.cgi
comparison Makefile @ 1:96c4dc89016e
Removed unneeded setting for CC in Makefile
author | lost@l-w.ca |
---|---|
date | Wed, 19 Jan 2011 22:31:00 -0700 |
parents | 2c24602be78f |
children | 7317fbe024af |
comparison
equal
deleted
inserted
replaced
0:2c24602be78f | 1:96c4dc89016e |
---|---|
1 CC := gcc | |
2 | |
3 CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.0-pre"' -DPACKAGE_BUGREPORT='"lost@l-w.ca"' | 1 CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.0-pre"' -DPACKAGE_BUGREPORT='"lost@l-w.ca"' |
4 | 2 |
5 LDFLAGS += -L$(PWD)/lwlib -llw | 3 LDFLAGS += -L$(PWD)/lwlib -llw |
6 | 4 |
7 MAIN_TARGETS := lwasm/lwasm lwlink/lwlink lwar/lwar | 5 MAIN_TARGETS := lwasm/lwasm lwlink/lwlink lwar/lwar |