mirror of
https://github.com/trailbaseio/trailbase
synced 2026-05-02 18:57:42 +00:00
5 lines
46 B
Makefile
5 lines
46 B
Makefile
|
|
clean:
|
||
|
|
rm -rf traildepot/data
|
||
|
|
|
||
|
|
.PHONY: clean
|