summaryrefslogtreecommitdiff
path: root/pkg/qbe/gen.rc
blob: fd81bd1ae7cc10048a80194675685f8ad385bb37 (plain)
1
2
3
4
5
6
7
8
9
10
11
cflags\
	-Wall -Wextra '-std=c99' -pedantic\
	-I '$dir'

abi=sysv
exe qbe\
	main.c util.c parse.c cfg.c mem.c ssa.c alias.c load.c copy.c fold.c\
	live.c isel.c spill.c rega.c emit.c $abi.c
file bin/qbe '$outdir'/qbe 755

fetch git