Changeset 1fc2958 for tests/Makefile
- Timestamp:
- 2006-06-16T12:07:51Z (18 years ago)
- Branches:
- master
- Children:
- 125b35d
- Parents:
- c2fa827
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile
rc2fa827 r1fc2958 6 6 ./check 7 7 8 check: check.o check_util.o ../util.o 8 main_objs = account.o bitlbee.o conf.o crypting.o help.o ini.o ipc.o irc.o irc_commands.o log.o nick.o query.o root_commands.o set.o storage.o storage_text.o url.o user.o util.o 9 10 check: check.o check_util.o check_nick.o $(addprefix ../, $(main_objs)) ../protocols/protocols.o 9 11 @echo '*' Linking $@ 10 12 @$(CC) $(CFLAGS) -o $@ $^ $(LFLAGS) $(EFLAGS)
Note: See TracChangeset
for help on using the changeset viewer.