r4888: Don't try to thumbnail zero-byte files. They're either empty, or special and
[rox-filer/translations.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