diff options
author | Reuben Thomas <rrt@sc3d.org> | 2010-07-31 20:14:07 +0100 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2010-07-31 20:14:07 +0100 |
commit | c37e2f1f4098d15302343459150da3a4f9e1df4e (patch) | |
tree | 929f39600d82d9607c8d6ccf76ac0e476f845c96 /src | |
parent | d1152cf9502e53b4f8191cd948badf2003745f11 (diff) | |
download | lrexlib-c37e2f1f4098d15302343459150da3a4f9e1df4e.tar.gz |
To be more compatible with GNU autotools, make “check” target depend
on “all”, and make previous “build” target the new “all” target.
Make the comment in top-level Makefile about where to look for user
settings include defaults.mak.
Diffstat (limited to 'src')
-rwxr-xr-x | src/common.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.mak b/src/common.mak index 9cb940c..232e936 100755 --- a/src/common.mak +++ b/src/common.mak @@ -22,5 +22,5 @@ $(TRG_SO): $(OBJ) clean: rm -f $(OBJ) $(TRG_AR) $(TRG_SO)* -check: +check: all LUA_INIT= LUA_PATH=../../test/?.lua lua ../../test/runtest.lua -d. $(REGNAME) |