first commit
This commit is contained in:
commit
0fa7144084
8 changed files with 144 additions and 0 deletions
8
npc/Makefile
Normal file
8
npc/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue