beremiz
Clone
Summary
Browse
Changes
Graph
#2476 Fix for saving text in URI edit text box. No need to click out of URI edit text box to save edited text.
#2476
2018-04-19, dporopat
34a9287b6c7d
#2476 Fix for saving text in URI edit text box. No need to click out of URI edit text box to save edited text.
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 $< -> $@"