Files
zvfs/tests/hook/Makefile
2026-03-09 07:53:06 +00:00

9 lines
141 B
Makefile

BIN_DIR := $(abspath $(CURDIR)/../bin)
all:
gcc -g -o $(BIN_DIR)/hook_api_test hook_api_test.c
clean:
rm -rf $(BIN_DIR)/hook_api_test