Skip to content

Commit

Permalink
Merge pull request #1009 from Schell-HAR/patch-1
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
Cyan4973 authored Feb 10, 2025
2 parents 293590a + e3edd4c commit de9d657
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,11 @@ armtest: clean
@echo ---- test ARM compilation ----
CC=arm-linux-gnueabi-gcc MOREFLAGS="-Werror -static" $(MAKE) xxhsum

.PHONY: arm64test
arm64test: clean
@echo ---- test ARM64 compilation ----
CC=aarch64-linux-gnu-gcc MOREFLAGS="-Werror -static" $(MAKE) xxhsum

.PHONY: clangtest
clangtest: clean
@echo ---- test clang compilation ----
Expand Down

0 comments on commit de9d657

Please sign in to comment.