Files
zvfs/tests/hook_test/Makefile
2026-03-13 01:59:05 +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