dddvb/apps/octonet/Makefile
2018-07-12 15:36:00 +02:00

10 lines
208 B
Makefile

PROGS=ddtest octonet octokey ddflash
all: $(PROGS)
install: $(subst,$(PROGS),%,install-%)
$(subst,$(PROGS),%,install-%): install-%: %
install -m 0755 $< $(DESTDIR)/usr/bin
$(PROGS): %: %.c
$(CC) -o $@ $<