Changeset 7bcdde3 for tests/Makefile
- Timestamp:
- 2006-12-06T13:57:25Z (18 years ago)
- Branches:
- master
- Children:
- a51be64
- Parents:
- 3b4cc8f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile
r3b4cc8f r7bcdde3 4 4 5 5 all: check 6 ./check 6 ./check $(CHECKFLAGS) 7 7 8 8 clean: … … 11 11 main_objs = account.o bitlbee.o conf.o crypting.o help.o ipc.o irc.o irc_commands.o log.o nick.o query.o root_commands.o set.o storage.o storage_xml.o storage_text.o user.o 12 12 13 test_objs = check.o check_util.o check_nick.o check_md5.o 13 test_objs = check.o check_util.o check_nick.o check_md5.o check_irc.o 14 14 15 15 check: $(test_objs) $(addprefix ../, $(main_objs)) ../protocols/protocols.o ../lib/lib.o
Note: See TracChangeset
for help on using the changeset viewer.