Skip to content

Commit 1cdd823

Browse files
authored
Remove useless sections in Makefile (#108)
1 parent 795103c commit 1cdd823

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ help:
1717
@echo ""
1818
@echo " test - run test suite"
1919
@echo " shell - open a shell in the web container"
20-
@echo " test-shell - open a shell in test environment"
21-
@echo ""
22-
@echo " generate - create json file from TEMPLATE"
2320
@echo ""
2421
@echo " help - see this text"
2522

@@ -49,7 +46,3 @@ start:
4946
.PHONY: test
5047
test:
5148
docker-compose run --rm web bin/test.sh
52-
53-
.PHONY: test-shell
54-
test-shell:
55-
docker-compose run web

0 commit comments

Comments
 (0)