aboutsummaryrefslogtreecommitdiff
path: root/scaf/rules/Makefile
blob: 997207c9d6e4d73b6afd9635ca7ac146a2f231dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OBJ = carules.scafo

.SUFFIXES: .scaf
.SUFFIXES: .scafo

.scaf.scafo:
	../compiler/scafc $*.scaf

all:	$(OBJ)

clean:
	rm -f *.scafo
	rm -f *.s
	rm -f *~