1
0
mirror of https://github.com/gryf/wmamixer.git synced 2026-04-23 12:51:24 +02:00
Files
wmamixer/Makefile
T

6 lines
115 B
Makefile

all:
gcc wmamixer.c -Wall -Wextra -lm -lXpm -lXext -lX11 -lasound -o wmamixer
strip wmamixer
clean:
rm wmamixer