beremiz
Clone
Summary
Browse
Changes
Graph
Fix SetServer method in WAMP
2018-08-16, Andrey Skvortsov
f09f31602ba6
Fix SetServer method in WAMP
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 $< -> $@"