beremiz
Clone
Summary
Browse
Changes
Graph
All Runtimes: Now sizeof(tick)=4 on all platforms (unsigned int).
2024-05-24, Edouard Tisserant
9b5cb90297e4
All Runtimes: Now sizeof(tick)=4 on all platforms (unsigned int).
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 $< -> $@"