From: Bastian Dehn Date: Sat, 26 Sep 2026 09:24:46 +0000 (+0200) Subject: add make file X-Git-Tag: v1.0.0^2~2 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=f742c9a4f716a2202f633830f2f2fbf0ccb0d926;p=albentohandy.git add make file --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1715a9b --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +.PHONY: all test + +all: test + +test: + ./tests/albentohandy.bats + ./tests/vorbis.bats + ./tests/mp3.bats + ./tests/opus.bats + ./tests/flac.bats