소스 검색

remove example executable in make clean

Evgueni Souleimanov 11 년 전
부모
커밋
82b1c180f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
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