Browse Source

*** empty log message ***

tags/v1.3
Thierry Leconte 21 years ago
parent
commit
6f4058d30d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -8,7 +8,7 @@ OBJS= main.o image.o dsp.o filter.o reg.o fcolor.o
atpdec: $(OBJS) atpdec: $(OBJS)
$(CC) -o $@ $(OBJS) -lm -lsndfile -lpng $(CC) -o $@ $(OBJS) -lm -lsndfile -lpng


main.o: main.c
main.o: main.c version.h
dsp.o: dsp.c filtercoeff.h filter.h dsp.o: dsp.c filtercoeff.h filter.h
filter.o: filter.c filter.h filter.o: filter.c filter.h
image.o: image.c satcal.h image.o: image.c satcal.h


Loading…
Cancel
Save