mirror of
https://github.com/trailbaseio/trailbase
synced 2026-04-30 09:47:41 +00:00
5 lines
46 B
Makefile
5 lines
46 B
Makefile
|
|
clean:
|
||
|
|
rm -rf traildepot/data
|
||
|
|
|
||
|
|
.PHONY: clean
|