4 lines
45 B
Makefile
4 lines
45 B
Makefile
.PHONY: test
|
|
test:
|
|
@echo "running tests..."
|
.PHONY: test
|
|
test:
|
|
@echo "running tests..."
|