mirror of
https://github.com/pevans/erc-c.git
synced 2025-04-20 01:37:05 +00:00
Add clean rule
This commit is contained in:
parent
1f50ceb4c5
commit
0c1fc1e865
6
Makefile
6
Makefile
@ -14,4 +14,8 @@ static:
|
||||
cd build && STATIC_ANALYSIS=1 cmake ..
|
||||
cd tests/build && STATIC_ANALYSIS=1 cmake ..
|
||||
|
||||
.PHONY: test build cmake static
|
||||
clean:
|
||||
cd build && make clean
|
||||
cd tests/build && make clean
|
||||
|
||||
.PHONY: test build cmake static clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user