fix typo that breaks make clean

Reviewed By: jberdine

Differential Revision: D2773569

fb-gh-sync-id: 68aa123
master
Jules Villard 9 years ago committed by facebook-github-bot-1
parent cc4d3f3cd0
commit 4ddbae6d51

@ -98,7 +98,7 @@ endif
clean: clean:
@rm -fv test.xml @rm -fv test.xml
ifneq (@BUILD_C_ANALYZERS@,yes) ifeq (@BUILD_C_ANALYZERS@,yes)
$(MAKE) -C $(FCP_DIR) clean $(MAKE) -C $(FCP_DIR) clean
$(MAKE) -C $(FCP_DIR)/clang-ocaml clean $(MAKE) -C $(FCP_DIR)/clang-ocaml clean
endif endif

Loading…
Cancel
Save