Dragging in some modules when X86Compiler is used, so scripts can use them.
[trylon.git] / tests / posix / makefile
blob2458edc5c8725ffd577057fea9cfd50794470a4e
1 # Makefile for a Trylon program.
3 PROGRAM := posix-test
6 SOURCES := $(wildcard 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)