diff --git a/Makefile b/Makefile index 075219a..5818208 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ scan-build: clean scan-build $(MAKE) tests clean: - $(RM) tests *.o + $(RM) tests example *.o tests: tests.o minmea.o example: example.o minmea.o