mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 12:35:03 +08:00
1
This commit is contained in:
3
build/Help
Executable file
3
build/Help
Executable file
@@ -0,0 +1,3 @@
|
||||
#! /usr/bin/bash
|
||||
|
||||
echo ""
|
||||
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