Use radio_tab[] for compatibility check.

This commit is contained in:
Serge
2018-09-13 23:31:39 -07:00
parent 8be79da3e0
commit dfe210a54c
6 changed files with 28 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
CC = gcc
VERSION = 0.6
VERSION = 0.7
GITCOUNT = $(shell git rev-list HEAD --count)
CFLAGS = -g -O -Wall -Werror -DVERSION='"$(VERSION).$(GITCOUNT)"'
LDFLAGS = -g -s