- refactored ISE makefiles

git-svn-id: http://moon:8086/svn/vhdl/trunk@1569 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-29 12:49:42 +00:00
parent 14ff542f7a
commit f9051bc51c
3 changed files with 55 additions and 55 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
TARGETS = $(shell find lib/ -name "*.make")
FOLDER ?= lib
TARGETS = $(shell find $(FOLDER)/ -name "*.make")
INSTR := $(foreach number,$(TARGETS),make -C $(shell dirname $(number)) -f $(shell basename $(number)) $(MAKECMDGOALS) &&) true
all: