nullpointer check added

This commit is contained in:
Tristan Krause 2019-05-16 11:03:49 +02:00
parent 8547dbb1bd
commit faefaed63c
3 changed files with 35 additions and 16 deletions

View file

@ -24,7 +24,7 @@ help:
clean:
@echo "Cleaning..."
rm -f $(OBJECTS) $(OUT)
rm -f $(OBJECTS) $(OUT) *.bin gnuplotscript.gp
.cpp.o:
$(COMPILE) -c $< -o $@