Revision 0ee8b96e83cd9c9de04a74b58c150ff4f5e62414 authored by Laurence Rowe on 22 February 2020, 00:46:40 UTC, committed by Laurence Rowe on 22 February 2020, 00:46:40 UTC
1 parent e266d50
Raw File
Makefile
clean:
	rm -rf node_modules eggs parts bin develop
	rm -rf .sass-cache
	rm -rf src/encoded/static/build/* 
back to top