trivionomicon/templates/system-flake/pkgs/hello-world/Makefile
2025-01-26 15:42:00 -06:00

7 lines
69 B
Makefile

CFLAGS += -O3 -s
all: hello-world
%: %.c
$(CC) $(CFLAGS) -o $@ $<