aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-06-17 17:31:50 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-06-17 17:31:50 -0400
commit1621968fc82f17708c1d5b6f5bd65ba2244269a3 (patch)
treeb8bb5aec14747e9f24a3c62c25a6a54addc2eb77 /Makefile
parenteb2a9027b0eb0ebb8e94e9ce3ed8571881bfdac6 (diff)
Fix issue with bitfields
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9e182ef..413dc1d7 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ tags:
$(CC) $(CFLAGS) -c $< -o $@
%.tm.testresult: %.tm tomo
- VERBOSE=0 COLOR=1 CC=tcc ./tomo $< 2>&1 | tee $@
+ VERBOSE=0 COLOR=1 CC=tcc ./tomo $< 2>$@ >$@
test: $(TESTS)
@echo -e '\x1b[32;7m ALL TESTS PASSED! \x1b[m'