diff --git a/Makefile b/Makefile index a6cca6f98..5c73e007a 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ all: dev .PHONY: serve serve: stamp-npm - $(HTTPSERVE) -p 8000 + $(HTTPSERVE) -p 8000 -c -1 ######################################################################## ## Translation machinery