Running 'make' in the src directory now uses 0launch to find the headers.
[rox-filer/th.git] / ROX-Filer / src / Makefile
blob3c15a5b822883f973b6f64313f98c7967b698c2c
1 # Note: this Makefile is NOT built from Makefile.in. The generated Makefile
2 # goes in the build directory. We just call that from here.
3 # Use AppRun --compile to create the build directory in the first place.
5 BUILDDIR = ../build
7 all:
8 0launch --source --main=/ROX-Filer/build --wrapper='make -C' ../ROX-Filer-src.xml
9 #cd ${BUILDDIR} && ${MAKE}
11 clean:
12 cd ${BUILDDIR} && ${MAKE} clean