box-o-sand/lcthw/ex2/Makefile

10 lines
62 B
Makefile
Raw Normal View History

2024-04-15 19:22:58 +00:00
CFLAGS ?= -Wall -g
all: ex1
2024-04-15 19:16:14 +00:00
clean:
rm -f ex1
2024-04-15 19:22:58 +00:00
test:
./ex1