mirror of
https://github.com/lowobservable/coax.git
synced 2026-01-26 20:32:02 +00:00
Add interface2
This commit is contained in:
13
interface2/fpga/Makefile
Normal file
13
interface2/fpga/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
SUBDIRS = tests rtl
|
||||
|
||||
all: $(SUBDIRS)
|
||||
|
||||
$(SUBDIRS):
|
||||
$(MAKE) -C $@
|
||||
|
||||
clean:
|
||||
for dir in $(SUBDIRS); do \
|
||||
$(MAKE) -C $$dir clean; \
|
||||
done
|
||||
|
||||
.PHONY: all $(SUBDIRS) clean
|
||||
Reference in New Issue
Block a user