Changes in Makefile [513a323:1ee6c18]
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r513a323 r1ee6c18 10 10 11 11 # Program variables 12 objects = account.o bitlbee.o commands.o conf.o crypting.o help.o ini.o irc.o log.o nick.o query.o set.o unix.o url.o user.o 12 objects = account.o bitlbee.o commands.o conf.o crypting.o help.o ini.o irc.o log.o nick.o query.o set.o unix.o url.o user.o storage_text.o storage.o 13 13 subdirs = protocols 14 14 … … 42 42 distclean: clean $(subdirs) 43 43 rm -f Makefile.settings config.h 44 find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' | xargs rm -f44 find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \; 45 45 46 46 install-doc:
Note: See TracChangeset
for help on using the changeset viewer.