mirror of
https://github.com/gryf/wmamixer.git
synced 2025-12-17 11:30:21 +01:00
5 lines
77 B
Makefile
5 lines
77 B
Makefile
all:
|
|
gcc -Wall -Wextra -lXpm -lXext -lX11 -lasound wmamixer.c -o wmamixer
|
|
|
|
|