Make testing status correctly right aligned

This commit is contained in:
vxclutch
2026-05-10 18:41:59 -04:00
parent cf1ff9a96e
commit 271957bd9b
2 changed files with 4 additions and 2 deletions

View File

@@ -26,6 +26,8 @@ dist: clean
tar -czf $(DIST).tar.gz $(DIST)
rm -rf $(DIST)
test:
@./t/basic
clean:
rm -f $(SRC_OBJ) $(LIB_OBJ) $(BIN) *.gz