diff --git a/Makefile b/Makefile index 094ad95..a3c120b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ rbtext: rbtext.c - $(CC) -o $@ $< + $(CC) -o $@ $< $(CFLAGS) .PHONY: install