Dragging in some modules when X86Compiler is used, so scripts can use them.
[trylon.git] / tests / bench / makefile
blobf24e13bcd4c63b037426eda518f1f32b97328d85
1 # Makefile for a Trylon program.
3 PROGRAM := bench
6 SOURCES := main $(wildcard sources/*) $(wildcard build-settings) $(wildcard build-settings.local)
9 all: runnit
12 $(PROGRAM): $(SOURCES)
13 @trylon
14 @echo "---------------------------------------------"
15 @echo
18 .PHONY: runnit
19 runnit: $(PROGRAM)
20 @./$(PROGRAM)