BlinkenArea - GitList
Repositories
Blog
Wiki
libetherpix
Code
Commits
Branches
Tags
Search
Tree:
a3a92ab
Branches
Tags
master
libetherpix
config_gen
examples
Makefile
rename "FlexiPix" to "EtherPix"
Stefan Schuermans
commited
a3a92ab
at 2017-05-20 16:55:59
Makefile
Blame
History
Raw
DRAWINGS := $(wildcard *.dxf) CONFIGS := $(DRAWINGS:.dxf=.etp) CFGGEN := ../src/etherpix_config_gen .PHONY: all clean .SUFFIXES: .SECONDARY: all: $(CONFIGS) %.etp: %.dxf $(CFGGEN) $(CFGGEN) $< $@ clean: rm -f $(CONFIGS)