remove example executable in make clean

This commit is contained in:
Evgueni Souleimanov 2014-06-17 20:32:18 -04:00
parent 4de49c8fad
commit 82b1c180f2

View File

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