3 lines
39 B
Makefile
3 lines
39 B
Makefile
clean:
|
|
rm -rf ./out/*
|
|
rm -rf ./tmp/*
|
clean:
|
|
rm -rf ./out/*
|
|
rm -rf ./tmp/*
|