summaryrefslogtreecommitdiff
path: root/software/first/Makefile
blob: 309ea3dac7c2ebaa40f2e5a9627eb92cf78a87ad (plain)
1
2
3
4
5
6
7
8
9
# Copyright 2019 SiFive, Inc #
# SPDX-License-Identifier: Apache-2.0 #

PROGRAM ?= first

$(PROGRAM): $(wildcard *.c) $(wildcard *.h) $(wildcard *.S)

clean:
	rm -f $(PROGRAM) $(PROGRAM).hex