fosdem-recorder.cr/Makefile

11 lines
132 B
Makefile
Raw Normal View History

2022-02-05 20:15:53 +00:00
all: build
build: bin/fosdem-recorder
bin/fosdem-recorder: $(wildcard src/*.cr)
shards build
clean:
rm -f bin/fosdem-recorder