Makefile 66 B

12345678
  1. SHELL = /bin/sh
  2. test:
  3. echo "hello world"
  4. clean:
  5. echo "Clean"