cmdpad: Fix compile 7181/head
authorRosen Penev <rosenp@gmail.com>
Thu, 11 Oct 2018 19:50:00 +0000 (12:50 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Oct 2018 19:50:00 +0000 (12:50 -0700)
commita9f8712e63dbdb7aad08f286cd427d07cc46aec2
treeb53204562b7084e74303c4b22cdec3137c3e09a0
parent0ecf61d51db948b230f3be88ea651dbd9819206d
cmdpad: Fix compile

Since the switch to GCC7, this has not compiled as it assumes gnu89 behavior.

-fgnu89-inlining is not enough so use std=gnu89.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/cmdpad/Makefile