Makefile 95 B

12345678
  1. all:
  2. @echo Nothing to be made.
  3. clean:
  4. rm -f *~ *.o *.d
  5. install:
  6. @echo Nothing to be made.