Changeset 33c96a in git
- Timestamp:
- May 8, 2000, 5:42:13 PM (23 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- d8d3af1ae834e369741c0b81c50c210a25ce232e
- Parents:
- 8562bf4750adb201f21eaa90a44fa28044356c6f
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.in
r8562bf r33c96a 362 362 -rm -f Singular* *.gprof *.bprof *~ .\#* version.h 363 363 -rm -f mod2.h Makefile TAGS* tags config.status config.cache config.log 364 -rm -f ${slibdir} 364 365 365 366 srcclean: -
doc/Makefile.in
r8562bf r33c96a 2 2 ### 3 3 ### Makefile for Singular documentation 4 ### $Id: Makefile.in,v 1.6 3 2000-04-27 10:07:18 obachmanExp $4 ### $Id: Makefile.in,v 1.64 2000-05-08 15:41:03 Singular Exp $ 5 5 ##################################################################### 6 6 SHELL=/bin/sh … … 343 343 distclean: clean 344 344 /bin/rm -f Makefile 345 /bin/rm -rf ${HTML_SUBDIR} 345 /bin/rm -rf ${HTML_SUBDIR} ../html ../examples 346 346 347 347 maintainer-clean: distclean
Note: See TracChangeset
for help on using the changeset viewer.