diff options
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/default b/configs/default index 0f8b09fc2ee..20ba796424f 100644 --- a/configs/default +++ b/configs/default @@ -172,3 +172,16 @@ GLESv2_PC_CFLAGS = VG_PC_REQ_PRIV = VG_PC_LIB_PRIV = VG_PC_CFLAGS = + +# default targets +# this helps reduce the mismatch between our automake Makefiles and the old +# custom Makefiles while we transition. + +all: default + +am--refresh: + +distclean: clean + +check: +test: |