Fix formatted text
This commit is contained in:
parent
093338eb52
commit
962514a5cb
4
Makefile
4
Makefile
@ -88,7 +88,7 @@ tags:
|
|||||||
|
|
||||||
test/results/%.tm.testresult: test/%.tm build/tomo
|
test/results/%.tm.testresult: test/%.tm build/tomo
|
||||||
@mkdir -p test/results
|
@mkdir -p test/results
|
||||||
@printf '\x1b[33;1;4m%s\x1b[m\n' $<
|
@printf '\033[33;1;4m%s\033[m\n' $<
|
||||||
@set -o pipefail; \
|
@set -o pipefail; \
|
||||||
if ! VERBOSE=0 COLOR=1 LC_ALL=C CC=gcc ./build/tomo -O 1 $< 2>&1 | tee $@; then \
|
if ! VERBOSE=0 COLOR=1 LC_ALL=C CC=gcc ./build/tomo -O 1 $< 2>&1 | tee $@; then \
|
||||||
rm -f $@; \
|
rm -f $@; \
|
||||||
@ -96,7 +96,7 @@ test/results/%.tm.testresult: test/%.tm build/tomo
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
test: $(TESTS)
|
test: $(TESTS)
|
||||||
@printf '\x1b[32;7m ALL TESTS PASSED! \x1b[m\n'
|
@printf '\033[32;7m ALL TESTS PASSED! \033[m\n'
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf build/* $(COMPILER_OBJS) $(STDLIB_OBJS) test/*.tm.testresult test/.build examples/.build examples/*/.build
|
rm -rf build/* $(COMPILER_OBJS) $(STDLIB_OBJS) test/*.tm.testresult test/.build examples/.build examples/*/.build
|
||||||
|
Loading…
Reference in New Issue
Block a user