1
0
src/roll/Makefile
2025-03-20 10:04:48 -06:00

6 lines
58 B
Makefile

CFLAGS += -g
roll: roll.c
.PHONY: clean
clean:
rm roll.c