Files
2026-07-27 23:01:30 -04:00

7 lines
68 B
Makefile

CC = gcc
CFLAGS = -Wall
all: hello
hello: hello.o
hello.o: hello.c