Describe makefile options in readme
This commit is contained in:
parent
c8acceb329
commit
79d96aa935
2
Makefile
2
Makefile
@ -31,7 +31,7 @@ bin/unit-tests: src/tests/*.cc $(Obj)
|
||||
g++ $(CXXFLAGS) $(CPPFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
rm -rf bin
|
||||
rm -rf bin coverage
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Musique interpreter
|
||||
|
||||
## Dostępne komendy
|
||||
|
||||
- `make` - Buduje interpreter `bin/musique`
|
||||
- `make clean` - Usuwa reprodukowalne elementy projektu (automatycznie stworzone pliki binarne czy raporty)
|
||||
- `make unit-tests-coverage` - Uruchamia raport pokrycia kodu przez testy jednostkowe
|
||||
- `make unit-tests` - Uruchamia testy jednostkowe interpretera
|
||||
|
||||
## Budowa projektu
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user