zserge/beep

compile flags

ArielParra opened this issue · 1 comments

if you compile in gcc/g++ you may need : -lasound -lm , to compile it

See 6 line::

ifeq ($(OS),Linux)
	LDFLAGS=-lasound
endif