tenfourfox/build/pymake/tests/oneline-command-continuations.mk

6 lines
78 B
Makefile
Raw Normal View History

2017-04-19 00:56:45 -07:00
all: test
@echo TEST-PASS
test: ; test "Hello \
world" = "Hello world"