8 lines
178 B
Makefile
8 lines
178 B
Makefile
all:
|
|
@echo "Write this Makefile by your self."
|
|
|
|
sim:
|
|
$(call git_commit, "sim RTL") # DO NOT REMOVE THIS LINE!!!
|
|
@echo "Write this Makefile by your self."
|
|
|
|
include ../Makefile
|