diff options
author | Paul Selkirk <pselkirk@isc.org> | 2015-03-17 13:49:30 +0100 |
---|---|---|
committer | Paul Selkirk <pselkirk@isc.org> | 2015-03-17 13:49:30 +0100 |
commit | 283bfbeeb7fb5767815c10ea98bb155638d4bfb3 (patch) | |
tree | 5929001d84e6ef964d1338c71b27418ad8a146bf /i2c/sw/Makefile | |
parent | 21ef7967486b349d66703c13edfff58d5f13372a (diff) |
Rearrange cores.
Diffstat (limited to 'i2c/sw/Makefile')
-rwxr-xr-x | i2c/sw/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/i2c/sw/Makefile b/i2c/sw/Makefile new file mode 100755 index 0000000..0142c92 --- /dev/null +++ b/i2c/sw/Makefile @@ -0,0 +1,7 @@ +all: hash_tester_i2c + +hash_tester_i2c: hash_tester_i2c.c + gcc -Wall -o $@ $^ + +clean: + rm -f hash_tester_i2c |