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