Changes in Makefile [513a323:34c0e90]
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r513a323 r34c0e90 18 18 19 19 all: $(OUTFILE) 20 $(MAKE) -C doc21 20 22 21 uninstall: uninstall-bin uninstall-doc … … 42 41 distclean: clean $(subdirs) 43 42 rm -f Makefile.settings config.h 44 find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' | xargs rm -f43 find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \; 45 44 46 45 install-doc:
Note: See TracChangeset
for help on using the changeset viewer.