radiosonde_auto_rx/weathex/Makefile

12 wiersze
144 B
Makefile

CFLAGS += -Ofast
LDLIBS = -lm
PROGRAMS := weathex301d
all: $(PROGRAMS)
weathex301d: weathex301d.o
clean:
$(RM) $(PROGRAMS) $(PROGRAMS:=.o)