cmdpad: Fix compile 8768/head
authorRosen Penev <rosenp@gmail.com>
Thu, 11 Oct 2018 19:50:00 +0000 (12:50 -0700)
committerRosen Penev <rosenp@gmail.com>
Tue, 23 Apr 2019 18:29:03 +0000 (11:29 -0700)
commit0a4f26f3c5cc4c3ed573965b4a8079691df89062
tree95914ff458d9bd753a766a2cbad6b9177828b8f1
parentc8c8c1a4a777b258543f39fbfb57848d98207bf5
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