diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ nothing: client: hare run -lSDL2 client/ +build_client: + hare build -o garden -lSDL2 client/ + server: hare run server/ |