Added 'make repl', just because it's an easy way to launch.
This commit is contained in:
parent
b75d01f063
commit
f988147bb2
2 changed files with 6 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -10,3 +10,5 @@ nbproject/
|
||||||
*~
|
*~
|
||||||
|
|
||||||
src/\.#*
|
src/\.#*
|
||||||
|
|
||||||
|
*.log
|
||||||
|
|
|
||||||
4
Makefile
4
Makefile
|
|
@ -28,4 +28,8 @@ test:
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(TARGET) $(OBJS) $(DEPS)
|
$(RM) $(TARGET) $(OBJS) $(DEPS)
|
||||||
|
|
||||||
|
repl:
|
||||||
|
$(TARGET) -p 2> psse.log
|
||||||
|
|
||||||
|
|
||||||
-include $(DEPS)
|
-include $(DEPS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue