beremiz
Clone
Summary
Browse
Changes
Graph
Tests: re-introduce xvfb+x11vnc target in Makefile : xvfb_sikuli
wxPython4
2022-02-28, Edouard Tisserant
c17155fd8573
Tests: re-introduce xvfb+x11vnc target in Makefile : xvfb_sikuli
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 $< -> $@"