beremiz
Clone
Summary
Browse
Changes
Graph
Merge pull request #31 from martinpihrt/python3
2024-02-29, etisserant
af48442313d5
Merge pull request #31 from martinpihrt/python3
Czech translation from Martin Pihrt
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 $< -> $@"