beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Fix one more sequel of wxPython4 port : typo in editors/TextViewer.py
wxPython4
2022-02-18, Edouard Tisserant
67a4d207bace
IDE: Fix one more sequel of wxPython4 port : typo in editors/TextViewer.py
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 $< -> $@"