beremiz
Clone
Summary
Browse
Changes
Graph
Fixed deadlock when using Wx together with Twisted in runtime.
2019-01-29, Edouard Tisserant
2318a7cde101
Fixed deadlock when using Wx together with Twisted in runtime.
BEREMIZ_OBJS = $(BEREMIZSRC:.c=.o)
all: warn some_binary
@echo "*** all done ***"
warn:
@echo "*** Sample Makefile, does nothing ***"
some_binary: $(BEREMIZ_OBJS)
@echo "* Would link $^ -> $@"
%.o: %.c
@echo "* Would compile $< -> $@"