add nothing makefile for the hell of it

This commit is contained in:
icst 2024-06-21 20:58:37 -04:00
parent 2f519337c9
commit 75a98858cd

3
Makefile Normal file
View file

@ -0,0 +1,3 @@
CFLAGS := -std=gnu99 -Wall -O3
SRCFILES := $(wildcard *.c)
all: $(SRCFILES:.c=)