Compare commits
No commits in common. "be94830e84eea3ec6515e7559a92a2177a418a50" and "ad75a52e962d5e50d961090c1a0d5d70eb43672a" have entirely different histories.
be94830e84
...
ad75a52e96
3
.github/workflows/why2-chat-build.yml
vendored
3
.github/workflows/why2-chat-build.yml
vendored
@ -38,8 +38,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
- uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
|
||||||
with:
|
with:
|
||||||
ref: development
|
ref: development
|
||||||
|
|
||||||
|
3
.github/workflows/why2-core-test.yml
vendored
3
.github/workflows/why2-core-test.yml
vendored
@ -39,8 +39,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
- uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
|
||||||
with:
|
with:
|
||||||
ref: development
|
ref: development
|
||||||
|
|
||||||
|
3
.github/workflows/why2-logger-test.yml
vendored
3
.github/workflows/why2-logger-test.yml
vendored
@ -39,8 +39,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
- uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
|
||||||
with:
|
with:
|
||||||
ref: development
|
ref: development
|
||||||
|
|
||||||
|
3
.github/workflows/why2-project.yml
vendored
3
.github/workflows/why2-project.yml
vendored
@ -35,8 +35,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
- uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
|
||||||
with:
|
with:
|
||||||
ref: development
|
ref: development
|
||||||
|
|
||||||
|
1
Makefile
1
Makefile
@ -145,6 +145,7 @@ app_logger:
|
|||||||
$(CC) $(CFLAGS) $(SRC_LOGGER_APP) -o $(OUTPUT_APP_LOGGER) $(LIBS_LOGGER) $(LIB_LOGGER)
|
$(CC) $(CFLAGS) $(SRC_LOGGER_APP) -o $(OUTPUT_APP_LOGGER) $(LIBS_LOGGER) $(LIB_LOGGER)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
. "$(DOLLAR)HOME/.cargo/env"
|
||||||
$(RC) clean $(RFLAGS)
|
$(RC) clean $(RFLAGS)
|
||||||
rm -rf $(OUTPUT)/* $(LOGS)/* *.o *.so vgcore.*
|
rm -rf $(OUTPUT)/* $(LOGS)/* *.o *.so vgcore.*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user