diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ datarootdir = $(prefix)/share mandir = $(datarootdir)/man all = rxhv rxhv.1 +CFLAGS += -Wall -Wextra -pedantic + all: $(all) rxhv: rxhv.c |