BigW Consortium Gitlab

Commit 08ba50db by Shikai Chen

remove unnecessary file

parent ba81a223
# VFD Demo System
# By CSK
#
# NOTE: do not alter the order of the folders, they are arranged based on the dependencies
SUBDIRS:= infra \
deps-wraps \
rpusbdisp-drv \
demo
.PHONY: all clean install listsubs
listsubs:
@for subdir in $(SUBDIRS) ; do $(MAKE) -C $$subdir $(MAKECMDGOALS) || exit 1; done
all: listsubs
clean: listsubs
install: listsubs
distclean:
$(MAKE) clean
rm -r -f config.log config.status Makefile Makefile.conf
rm -r -f .obj .output
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment