logo

bytemedia

Home to byte-level sounds, images, videos, … git clone https://hacktivis.me/git/bytemedia.git
commit: c28d6d748bc5e142e7a3574109a5201c5542dcee
parent d76bf60d58c72a65c018fe6335d6b8e2cae8dd59
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  9 Jan 2022 12:37:51 +0100

Makefile: Handle kagome_kagome requiring math lib

Diffstat:

MC/Makefile3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/C/Makefile b/C/Makefile @@ -15,6 +15,9 @@ xdg-shell-protocol.c: xdg-shell-client-protocol.h wayland: wayland.c xdg-shell-protocol.c $(CC) $(CFLAGS) -o $@ $< xdg-shell-protocol.c -lwayland-client -lrt +kagome_kagome: kagome_kagome.c au.h + $(CC) $(CFLAGS) -o $@ $< -lm + .PHONY: clean clean: rm SDL_YUV_visualisation