diff --git a/.gitignore b/.gitignore index a3d5bf6..9bbbb3d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ nbproject/ *~ src/\.#* + +*.log diff --git a/Makefile b/Makefile index 7916239..35c4627 100644 --- a/Makefile +++ b/Makefile @@ -28,4 +28,8 @@ test: clean: $(RM) $(TARGET) $(OBJS) $(DEPS) +repl: + $(TARGET) -p 2> psse.log + + -include $(DEPS)