box-o-sand/lcthw/Makefile

11 lines
77 B
Makefile
Raw Normal View History

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