mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
Fixing makefile
This commit is contained in:
parent
8335044c35
commit
ebcbb94a21
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
all: resources dots tex svg tidy
|
||||
|
||||
RES_LIST:= PRESENTATION_Intro/ PRESENTATION_ExSyn/ PRESENTATION_ExAdv/ PRESENTATION_ExOth/
|
||||
RES_DIRS:= $(addprefix ../resources/,$(RES_LIST))
|
||||
RES_DIRS:= $(addprefix ../../resources/,$(RES_LIST))
|
||||
.PHONY: resources
|
||||
resources: $(RES_DIRS)
|
||||
FORCE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue