Tidied up 'wide' printing.

This commit is contained in:
Simon Brooke 2017-10-15 14:31:57 +01:00
parent ba4a31c25a
commit 0685442e1a
3 changed files with 6 additions and 6 deletions

View file

@ -26,7 +26,7 @@ test:
.PHONY: clean
clean:
$(RM) $(TARGET) $(OBJS) $(DEPS)
$(RM) $(TARGET) $(OBJS) $(DEPS) $(SRC_DIRS)/*~
repl:
$(TARGET) -p 2> psse.log