diff options
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/apple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/apple/Makefile b/src/glx/apple/Makefile index 68fe6ad745b..35edb09ad5b 100644 --- a/src/glx/apple/Makefile +++ b/src/glx/apple/Makefile @@ -19,7 +19,7 @@ RM=rm #The directory with the final binaries. BUILD_DIR=builds -all: $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) +default: $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) SOURCES = \ apple_cgl.c \ |