From ac701605347e913b19ef8bd7f11039162e504f35 Mon Sep 17 00:00:00 2001 From: Johnny Richard Date: Thu, 13 Apr 2023 00:31:15 +0200 Subject: Create inital project structure + lexer Signed-off-by: Johnny Richard --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..280c0e0 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: pipac + +pipac: pipac.c + $(CC) pipac.c -o pipac -- cgit v1.2.3