Converted README to markdown
[rox-filer.git] / ROX-Filer / src / Makefile
blob4f989cd2f126c97dfdcb4cc86e9f78581d7395bd
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 # This ensures we get the header files for GTK 2.4
11 with0launch:
12 0launch --source --main=/ROX-Filer/build --wrapper='make -C' ../ROX-Filer-src.xml
14 clean:
15 cd ${BUILDDIR} && ${MAKE} clean