blob: 5f07e3c420337590a7550cb27350ecf2bf64c0c5 [file] [log] [blame]
Ronald G. Minnichb8672812013-01-16 11:59:34 -06001#
Paul Menzel5e732b82013-01-22 11:58:13 +01002# runfw -- run firmware in user mode.
Ronald G. Minnichb8672812013-01-16 11:59:34 -06003#
4# Copyright (C) 2013 The ChromiumOS Authors. All rights reserved.
5#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; version 2 of the License.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this program; if not, write to the Free Software
17# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA
18#
19
20all: googlesnow
21
22googlesnow: googlesnow.c
23 cc -g -o googlesnow googlesnow.c
Ronald G. Minnich21d0fc02013-01-30 13:41:03 -060024
25clean:
26 rm -f googlesnow