radiosonde_auto_rx/scan/Makefile

14 wiersze
217 B
Makefile

CFLAGS = -O3 -w -Wno-unused-variable -DNOC34C50 -DNOIMET1AB
LDLIBS = -lm
PROGRAMS := dft_detect
all: $(PROGRAMS)
dft_detect: dft_detect.o
dft_detect.o : CFLAGS += -Ofast
clean:
$(RM) $(PROGRAMS) $(PROGRAMS:=.o)