beremiz
Clone
Summary
Browse
Changes
Graph
Fix exception dialog with non recognized URI schemes
2018-12-21, Edouard Tisserant
39ba6a125a97
Fix exception dialog with non recognized URI schemes
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 $< -> $@"