mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 20:45:05 +08:00
1
This commit is contained in:
12
build/Makefile
Normal file
12
build/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
.PHONY: clean help
|
||||
|
||||
help:
|
||||
./build/Help
|
||||
|
||||
clean:
|
||||
rm -rf $(TARGET_PATH)/*
|
||||
|
||||
scheduler:
|
||||
cd $(SOURCE_PATH) && go build -o $(TARGET_PATH)/scheduler
|
||||
|
||||
all: scheduler
|
||||
Reference in New Issue
Block a user