Add CFLAGS to makefile

Signed-off-by: 0xf8 <0xf8.dev@proton.me>
This commit is contained in:
0xf8 2023-02-25 13:35:52 -05:00
parent 740fcb11c2
commit d852c1c4be
Signed by: 0xf8
GPG Key ID: 446580D758689584
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
rbtext: rbtext.c
$(CC) -o $@ $<
$(CC) -o $@ $< $(CFLAGS)
.PHONY: install