Changeset dcf0f3e for tests/Makefile


Ignore:
Timestamp:
2007-02-18T22:46:50Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
21782b3
Parents:
34337a7
Message:

Fixed Makefiles (make distclean was completely broken).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile

    r34337a7 rdcf0f3e  
    1 include ../Makefile.settings
     1-include ../Makefile.settings
    22
    33LFLAGS +=-lcheck
     
    88clean:
    99        rm -f check *.o
     10
     11distclean: clean
    1012
    1113main_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
Note: See TracChangeset for help on using the changeset viewer.