diff options
author | David Connelly <david.connelly@sifive.com> | 2019-03-04 10:50:41 -0500 |
---|---|---|
committer | David Connelly <david.connelly@sifive.com> | 2019-03-04 10:57:27 -0500 |
commit | d916cf5f6326c798e400a9fe0db6ad776f9a861f (patch) | |
tree | 5b6d23b230e0c38f9428d8381b2c369bc14c2a85 /software/coreplexip-welcome/Makefile | |
parent | 13bc9767e23880849142526638a7d4a1110e5a4c (diff) |
coreplexip-welcome example updated using freedom metal
Diffstat (limited to 'software/coreplexip-welcome/Makefile')
-rw-r--r-- | software/coreplexip-welcome/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/software/coreplexip-welcome/Makefile b/software/coreplexip-welcome/Makefile new file mode 100644 index 0000000..f9c9ead --- /dev/null +++ b/software/coreplexip-welcome/Makefile @@ -0,0 +1,4 @@ +coreplexip-welcome: coreplexip-welcome.c + +clean: + rm -f coreplexip-welcome coreplexip-welcome.hex |