diff options
author | Paul Selkirk <paul@psgd.org> | 2015-10-31 23:01:02 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-10-31 23:01:02 -0400 |
commit | 29408da58bedf999e6b475649053e4348e88e3ba (patch) | |
tree | e69d81507ac097cb2dfa90e9dba4e178cc045ef8 /utils/GNUmakefile | |
parent | 257033eb2bf3d9e63f2d8e5321605aa51ab172a1 (diff) |
add core probe utility
Diffstat (limited to 'utils/GNUmakefile')
-rw-r--r-- | utils/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/GNUmakefile b/utils/GNUmakefile index 8ebebf1..dcc6679 100644 --- a/utils/GNUmakefile +++ b/utils/GNUmakefile @@ -27,7 +27,7 @@ INC = ../hal.h LIB = ../libhal.a -BIN = eim_peek_poke +BIN = eim_peek_poke cores CFLAGS = -g3 -Wall -fPIC -std=c99 -I.. |