aboutsummaryrefslogtreecommitdiff
path: root/projects/Stacker/samples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Stacker/samples/Makefile')
-rw-r--r--projects/Stacker/samples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Stacker/samples/Makefile b/projects/Stacker/samples/Makefile
index d5b9b6ed0a..22190a78db 100644
--- a/projects/Stacker/samples/Makefile
+++ b/projects/Stacker/samples/Makefile
@@ -24,7 +24,7 @@ LLVMDIS_EXEC = $(BUILD_OBJ_ROOT)/tools/$(CONFIGURATION)/llvm-dis
all :: $(SAMPLES)
ifdef OPTIMIZE
-%.bc : %.st
+% : %.st
@$(ECHO) "Compiling and Optimizing $< to $*.bc"
$(VERB)$(STKRC_EXEC) -e -o - $< | opt -stats -q -f -o $*.bc \
-aa-eval -adce -branch-combine -cee -constmerge -constprop -dce -die -ds-aa \