diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-06-17 17:31:50 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-06-17 17:31:50 -0400 |
| commit | 1621968fc82f17708c1d5b6f5bd65ba2244269a3 (patch) | |
| tree | b8bb5aec14747e9f24a3c62c25a6a54addc2eb77 /Makefile | |
| parent | eb2a9027b0eb0ebb8e94e9ce3ed8571881bfdac6 (diff) | |
Fix issue with bitfields
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
