box-o-sand/lcthw/ex2/Makefile
2024-04-15 15:22:58 -04:00

10 lines
62 B
Makefile

CFLAGS ?= -Wall -g
all: ex1
clean:
rm -f ex1
test:
./ex1