From 75a98858cd9db0f67bd2753078bedb1c36f9c185 Mon Sep 17 00:00:00 2001 From: icst Date: Fri, 21 Jun 2024 20:58:37 -0400 Subject: [PATCH] add nothing makefile for the hell of it --- Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5e8d7fd --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +CFLAGS := -std=gnu99 -Wall -O3 +SRCFILES := $(wildcard *.c) +all: $(SRCFILES:.c=)