Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile

    rf60079b rde49316  
    11-include ../Makefile.settings
    2 ifdef SRCDIR
    3 SRCDIR := $(SRCDIR)tests/
    4 endif
    52
    63LFLAGS +=-lcheck
     
    2219        @$(CC) $(CFLAGS) -o $@ $^ $(LFLAGS) $(EFLAGS)
    2320
    24 %.o: $(SRCDIR)%.c
     21%.o: %.c
    2522        @echo '*' Compiling $<
    2623        @$(CC) -c $(CFLAGS) $< -o $@
Note: See TracChangeset for help on using the changeset viewer.