rebuild
This commit is contained in:
8
tests/hook/Makefile
Normal file
8
tests/hook/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user