diff options
| author | Henry K <henry@desk.local> | 2010-10-29 00:40:16 -0700 |
|---|---|---|
| committer | Henry K <henry@desk.local> | 2010-10-29 00:40:16 -0700 |
| commit | e250ffb319be2275841bcc99c983f16a5ab36eca (patch) | |
| tree | 0fec9aed0ba0194fe06deb393dedcebe239a402f | |
| parent | 24d6a93f446e3a07dc1a59fde4639b9cb023daa0 (diff) | |
| download | tinycc-e250ffb319be2275841bcc99c983f16a5ab36eca.tar.gz tinycc-e250ffb319be2275841bcc99c983f16a5ab36eca.tar.bz2 | |
Makefile: edit comments
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -186,8 +186,7 @@ libtcc_test$(EXESUF): tests/libtcc_test.c $(LIBTCCB) $(CC) -o $@ $^ -I. $(CFLAGS) $(LIBS) $(LIBTCCL) # To build cross-compilers on Linux we must make a fake 32 bit tcc.exe -# and use it to build ELF objects into libtcc1.a which is then -# renamed to tcc1.def in order to have another target in the Makefile +# and use it to build ELF objects into win32 version of libtcc1.a win32libcc1: mv config.mak config.mak.bak mv config.h config.h.bak |
