瀏覽代碼

Makefile: Make "make test" depend on the main program.

Otherwise, running "make test" can run an old version of the code,
(even when new changes are sitting in the source waiting to be
compiled).
tags/mesa-7.9-rc1
Carl Worth 15 年之前
父節點
當前提交
462cce1852
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Makefile

+ 1
- 1
Makefile 查看文件

@@ -17,7 +17,7 @@ glcpp: glcpp.o glcpp-lex.o glcpp-parse.o hash_table.o xtalloc.o

glcpp-lex.c: glcpp-parse.h

test:
test: glcpp
@(cd tests; ./glcpp-test)

clean:

Loading…
取消
儲存