home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / contrib / gpx / Makefile < prev    next >
Makefile  |  1994-07-20  |  275b  |  16 lines

  1. SHELL=/bin/sh
  2. MAKE=make
  3.  
  4. what:
  5.         @echo "what do you want to make?"
  6.  
  7. Clean:
  8.         rm -f foo
  9.  
  10. # Entries beyond this point are for use at Arizona only.
  11. #   *** Do not delete the line above; it is used in trimming Makefiles
  12. #   for distribution ***
  13.  
  14. Dist-clean:
  15.         rm -f .*K* .emacs*
  16.