瀏覽代碼

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