beremiz
Clone
Summary
Browse
Changes
Graph
Create new CircularSlider widget which extand class widget
svghmi
2020-08-05, usveticic
0ea6b4f435de
Create new CircularSlider widget which extand class widget
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 $< -> $@"