Makefile 73 B

1234567
  1. scons := python ${SCONS}\scons.py
  2. all:
  3. @$(scons)
  4. clean:
  5. @$(scons) -c