diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,8 +35,12 @@ xps_debug: xps: make -C main -f pcl6_gcc.mak XPS_INCLUDED=TRUE +met_debug: + make -C main -f pcl6_gcc.mak MET_INCLUDED=TRUE debug + met: make -C main -f pcl6_gcc.mak MET_INCLUDED=TRUE + #### UFST LIBRARY DEPENDENCY RULES #### ufst: |