whitespace
This commit is contained in:
parent
75a8cec72e
commit
76fab9946a
|
@ -74,10 +74,10 @@ us as desired.
|
||||||
|
|
||||||
```
|
```
|
||||||
$(OUT_DIR)/hello: toolchain \
|
$(OUT_DIR)/hello: toolchain \
|
||||||
$(call toolchain,$(USER)," \
|
$(call toolchain,$(USER)," \
|
||||||
cd $(SRC_DIR)/; \
|
cd $(SRC_DIR)/; \
|
||||||
gcc hello.c -o $(OUT_DIR)/hello
|
gcc hello.c -o $(OUT_DIR)/hello
|
||||||
")
|
")
|
||||||
```
|
```
|
||||||
|
|
||||||
7. Define a release target for your project depending on manifest.txt
|
7. Define a release target for your project depending on manifest.txt
|
||||||
|
|
Loading…
Reference in New Issue