beremiz
Clone
Summary
Browse
Changes
Graph
Updates requirements.txt about forks of Nevow and sslpsk
2024-02-15, Edouard Tisserant
df7ce3e1f44d
Updates requirements.txt about forks of Nevow and sslpsk
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 $< -> $@"