mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-16 05:07:55 +08:00
* move common code into server, update tests and makefile remove backend directory, refactor update smoke tests
13 lines
271 B
Makefile
13 lines
271 B
Makefile
include ../common.mk
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
rm -f common/web/templates/index.html
|
|
rm -rf common/web/static
|
|
rm -f common/web/csp-hashes.json
|
|
|
|
|
|
.PHONY: test-annotations-performance
|
|
test-annotations-performance:
|
|
python ../test/performance/performance_test_annotations.py
|