--- AppleSGLX/trunk/Makefile 2009-02-21 00:15:30 UTC (rev 216)
+++ AppleSGLX/trunk/Makefile 2009-02-21 00:17:45 UTC (rev 217)
@@ -19,8 +19,10 @@
#The directory with binaries that can tested without an install.
TEST_BUILD_DIR=testbuilds
+PROGRAMS=$(BUILD_DIR)/glxinfo $(BUILD_DIR)/glxgears
+
all: programs tests
-programs: $(BUILD_DIR)/glxinfo $(BUILD_DIR)/glxgears
+programs: $(PROGRAMS)
include tests/tests.mk