aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
blob: 9a871dab6d12a3db4a5ce0efe6fa3ae236ea0de6 (plain)
1
2
3
[submodule "bottle"]
	path = bottle
	url = https://github.com/defnull/bottle
er.Integer.Long */
CC = gcc -std=gnu99
CFLAGS := -Wall -Wextra -pedantic -O2 -g -D_REENTRANT $(CFLAGS)
LDFLAGS := -lpulse -lm $(LDFLAGS)

ponymix: ponymix.o

install: ponymix
	install -Dm755 ponymix $(DESTDIR)/usr/bin/ponymix
	install -Dm644 ponymix.1 $(DESTDIR)/usr/share/man/man1/ponymix.1

check: ponymix
	./runtests ./ponymix

clean:
	$(RM) ponymix ponymix.o