Tidied up 'wide' printing.
This commit is contained in:
parent
ba4a31c25a
commit
0685442e1a
3 changed files with 6 additions and 6 deletions
2
Makefile
2
Makefile
|
|
@ -26,7 +26,7 @@ test:
|
|||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
$(RM) $(TARGET) $(OBJS) $(DEPS)
|
||||
$(RM) $(TARGET) $(OBJS) $(DEPS) $(SRC_DIRS)/*~
|
||||
|
||||
repl:
|
||||
$(TARGET) -p 2> psse.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue