1 2 3 4 5 6 7
all: aa main.6: main.go db.go updates.go 6g main.go db.go updates.go aa: main.6 6l -o aa main.6