r3535: Fix portability of new build system and ensure configure can find the version...
[rox-filer/dt.git] / ROX-Filer / src / Makefile
blob176d746d5950b7c8b6ccb9c64c0fa832b121b2d9
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 all:
6 cd $$HOME/build/ROX-Filer && make
8 clean:
9 cd $$HOME/build/ROX-Filer && make clean