diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ all: aa -main.6: main.go updates.go - 6g main.go updates.go +main.6: main.go db.go updates.go + 6g main.go db.go updates.go aa: main.6 6l -o aa main.6 |