Added 'make repl', just because it's an easy way to launch.

This commit is contained in:
simon 2017-10-07 17:13:53 +01:00
parent b75d01f063
commit f988147bb2
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View file

@ -10,3 +10,5 @@ nbproject/
*~ *~
src/\.#* src/\.#*
*.log

View file

@ -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)