From 0ef79a1de1bf90b30808c470867b3e627edd27d8 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sun, 21 Sep 2025 14:11:45 +0200 Subject: Begin working on the project --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0622fe2 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +PROG=apl + +SRCS=main.c + +CFLAGS=-O0 -g # For debugging +COPTS+=-Wall -Wextra -Werror -std=c23 -pedantic +BINDIR=/usr/local/bin + +.include -- cgit v1.2.3