forked from vieter-v/vieter
feat(package.c): some cleanup
This commit is contained in:
parent
3c0422b998
commit
640e2914bf
7 changed files with 50 additions and 39 deletions
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
# =====CONFIG=====
|
||||
SRC_DIR := src
|
||||
SOURCES != find '$(SRC_DIR)' -iname '*.v'
|
||||
SOURCES != find '$(SRC_DIR)' -type f \( -iname '*.v' -or -iname '*.c' -or -iname '*.h' \)
|
||||
|
||||
V_PATH ?= v
|
||||
# We need to use GCC because TCC doesn't like the way we use C bindings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue