Ignore:
Timestamp:
May 28, 2007, 12:24:28 PM (17 years ago)
Author:
dkearney
Message:

added distclean targets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/vizservers/pymolproxy/Makefile.in

    r749 r750  
    1818INSTALL_SCRIPT  = ${INSTALL} -m 644
    1919
    20 .PHONY: all install clean
     20.PHONY: all install clean distclean
    2121
    2222all: $(TARGETS)
     
    3131        rm -rf a.out *.o *~ core* $(TARGETS) *.log *.tmp logfile* .deps/*.d
    3232
     33distclean: clean
     34        rm Makefile
Note: See TracChangeset for help on using the changeset viewer.