aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2021-12-12 12:40:47 +0100
committerDrew DeVault <sir@cmpwn.com>2021-12-12 13:04:42 +0100
commite5ad22498ca893e96557486a808213b05601e25f (patch)
tree8929b40773af11371cb961379daa8cb3be22b8b2 /Makefile
parentAdd blend modes (diff)
downloadhare-chip8-e5ad22498ca893e96557486a808213b05601e25f.tar.gz
sdl2::mixer: initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index afbbfd2..c6cdb28 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.POSIX:
.SUFFIXES:
-LIBS=-lc -lSDL2_image -lSDL2
+LIBS=-lc -lSDL2_image -lSDL2_mixer -lSDL2
demo:
hare build $(LIBS) cmd/demo