catroof/GNUmakefile

20 lines
378 B
Makefile
Raw Permalink Normal View History

2023-06-23 21:00:43 +03:00
.PHONY: all
all: catroofd uirun
.PHONY: doc
doc: README.html
#all: doc
catroofd: src/alsa.c
2023-06-30 17:03:14 +03:00
# gcc $$(pkg-config --cflags --libs alsa) -o catroofd src/alsa.c
./waf configure
./waf
2023-06-23 21:00:43 +03:00
.PHONY: uirun
uirun:
./src/catroof.lua
2023-07-08 20:13:46 +03:00
README.html: README.adoc README-docinfo.html README-docinfo-header.html
2023-05-21 15:00:44 +03:00
asciidoc -b html5 -a data-uri -a icons --theme ladi -o README.html README.adoc