diff options
author | scuri <scuri> | 2008-10-29 18:57:11 +0000 |
---|---|---|
committer | scuri <scuri> | 2008-10-29 18:57:11 +0000 |
commit | 13075b5307a68fa06ab5f96ddad8f1943d38860d (patch) | |
tree | bff116a4b39c934d98b6ed0b9930a38c7194c473 /src/Makefile | |
parent | a730ecc4340493f3e341c744617cdd58aa60b296 (diff) |
*** empty log message ***
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 930214d..f01667c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,7 @@ .PHONY: do_all cd_freetype cd cd_pdflib cdpdf cdcontextplus cdlua3 cdluapdf3 cdlua5 cdluapdf5 cdluacontextplus5 cdluaim5 -do_all: cd_freetype cd cd_pdflib cdpdf cdcontextplus cdlua3 cdluapdf3 cdlua5 cdluapdf5 cdluacontextplus5 cdluaim5 +#do_all: cd_freetype cd cd_pdflib cdpdf cdcontextplus cdlua3 cdluapdf3 cdlua5 cdluapdf5 cdluacontextplus5 cdluaim5 +do_all: cd_freetype cd cd_pdflib cdpdf cdcontextplus cdlua5 cdluapdf5 cdluacontextplus5 cdluaim5 cd_freetype: @$(MAKE) --no-print-directory -f tecmake_compact.mak MF=cd_freetype |