diff options
author | Reimar Döffinger | 2011-06-24 09:10:25 +0200 |
---|---|---|
committer | Reimar Döffinger | 2011-06-24 09:39:11 +0200 |
commit | 95dd1741af2c0416b74135f6ccf40f4bab5583b6 (patch) | |
tree | 1aaf64340bdbcffe53659d80c34bcb761e402c0d /Makefile | |
parent | 2ec899222b3c90b3496a502175baac74cac1f564 (diff) |
Allow running make in subdirs again.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ DATA_FILES := $(wildcard $(SRC_PATH)/ffpresets/*.ffpreset) SKIPHEADERS = cmdutils_common_opts.h +MAIN_MAKEFILE=1 include common.mak FF_LDFLAGS := $(FFLDFLAGS) |