brintos

brintos / llvm-project-archived public Read only

0
0
Text · 138 B · 9998cc9 Raw
10 lines · plain
1C_SOURCES := main.c2 3all: a.out simple4 5include Makefile.rules6 7simple:8	"$(MAKE)" -f $(MAKEFILE_RULES) \9		C_SOURCES=simple.c EXE=simple10