![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # Makefile for firmware tools 0003 0004 CFLAGS = -Wall -Wextra -g 0005 0006 all: ihex2fw 0007 %: %.c 0008 $(CC) $(CFLAGS) -o $@ $^ 0009 0010 clean: 0011 $(RM) ihex2fw 0012 0013 .PHONY: all clean
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |