diff options
| author | grischka <grischka> | 2009-04-18 13:17:27 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-04-18 15:08:03 +0200 |
| commit | d165e87340c3e802f2d0c6354934c5529386fa84 (patch) | |
| tree | 07eb2800638ca4daf1e2053c6f83cc4fd5731d99 /Makefile | |
| parent | 73ba078d2f703ab991ddc36b3504d96f35466700 (diff) | |
| download | tinycc-d165e87340c3e802f2d0c6354934c5529386fa84.tar.gz tinycc-d165e87340c3e802f2d0c6354934c5529386fa84.tar.bz2 | |
libtcc: new api tcc_set_lib_path
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -305,7 +305,7 @@ libtcc_test$(EXESUF): libtcc_test.c libtcc.a $(CC) $(CFLAGS) -o $@ $< libtcc.a $(LIBS) libtest: libtcc_test - ./libtcc_test + ./libtcc_test lib_path=. # targets for development |
