whitespace

This commit is contained in:
Lance Vick 2023-01-27 16:56:08 -08:00
parent 75a8cec72e
commit 76fab9946a
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 2 additions and 2 deletions

View File

@ -74,10 +74,10 @@ us as desired.
```
$(OUT_DIR)/hello: toolchain \
$(call toolchain,$(USER)," \
$(call toolchain,$(USER)," \
cd $(SRC_DIR)/; \
gcc hello.c -o $(OUT_DIR)/hello
")
")
```
7. Define a release target for your project depending on manifest.txt