Updated SC2181 (markdown)

Mehmet YUCE
2020-06-26 11:56:23 +03:00
parent 9c9b487f40
commit cc7758dcee

@@ -14,7 +14,7 @@ fi
### Correct code:
```sh
if ! make mytarget
if ! make mytarget;
then
echo "Build failed"
fi