ckiss

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 847102b9daba3e2a77f53983223df3a30857e07b
parent 7cb52282857d211a31c3334c0b864da0e9198078
Author: aabacchus <ben@bvnf.space>
Date:   Fri, 21 Apr 2023 19:02:13 +0100

add top Makefile

Diffstat:
AMakefile | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,5 @@ +.POSIX: + +all: + cd src && $(MAKE) $@ +.PHONY: all