summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: b3a5966d795b1bce0c0a61a40d17268f78dbbf2c (plain)
1
2
3
4
5
6
7
all: aa
	
main.6: main.go updates.go
	6g main.go updates.go

aa: main.6
	6l -o aa main.6