feat(package.c): some cleanup

This commit is contained in:
Jef Roosens 2022-11-20 19:58:25 +01:00
parent 3c0422b998
commit 640e2914bf
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
7 changed files with 50 additions and 39 deletions

View file

@ -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