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/nanoscale/Makefile.in

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