aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-22 00:34:20 +0100
committerubq323 <ubq323@ubq323.website>2024-04-22 00:34:20 +0100
commit11c8b134d7de3d7b2249d74b26a87bc9d6acc27d (patch)
tree7d6d646c73c893f1e978a6f4aecbeeb41a7f80c4 /Makefile
parentc13872d6ef54af30fa476cb690ebc7d5725c0537 (diff)
rle
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 411f03c..d25f2ba 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,9 @@ nothing:
client:
hare run -lSDL2 client/
+build_client:
+ hare build -o garden -lSDL2 client/
+
server:
hare run server/