From b25c3aef7c6a40e248964e3a551e2c16762dc370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Fri, 17 Jul 2020 23:41:26 -0300 Subject: Add another Makefile for easy access --- src/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/Makefile (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile new file mode 100644 index 0000000..142f3b2 --- /dev/null +++ b/src/Makefile @@ -0,0 +1,4 @@ +_PHONY=all + +all: + cd .. && make -- cgit v1.2.3