Skip to content

Commit

Permalink
Fix whitespace and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dehanj committed Feb 1, 2024
1 parent e81f47d commit 07e32d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ libcommon.a: $(LIBOBJS)
llvm-ar -qc $@ $(LIBOBJS)
$(LIBOBJS): include/tkey/assert.h include/tkey/blake2s.h include/tkey/led.h \
include/tkey/lib.h include/tkey/proto.h include/tkey/tk1_mem.h \
include/tkey/touch.h include/tkey/qemu_debug.h
include/tkey/touch.h include/tkey/qemu_debug.h

# Monocypher
MONOOBJS=monocypher/monocypher.o monocypher/monocypher-ed25519.o
Expand Down Expand Up @@ -68,4 +68,4 @@ checkfmt:
update-mem-include:
cp -af ../tillitis-key1/hw/application_fpga/fw/tk1_mem.h \
include/tkey/tk1_mem.h
echo "Remember to update header include gard!"
echo "Remember to update header include guard!"

0 comments on commit 07e32d8

Please sign in to comment.