r4716: Fixes for the filter directories option: Initialize properly, inherit from
[rox-filer.git] / ROX-Filer / src / Makefile
blobda0ce044629e3af1358186a130a59091c1ffa638
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 cd ${BUILDDIR} && ${MAKE}
10 clean:
11 cd ${BUILDDIR} && ${MAKE} clean