diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-10-30 19:30:29 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-10-30 19:30:29 -0500 |
| commit | 6cdf07fb786c4c0a882cb7fde07e17a693941eaf (patch) | |
| tree | 1d957cfd5ca8b9ccd0a91fa5d5415599edd241d1 /makefile | |
Initial commit
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile new file mode 100644 index 0000000..e412184 --- /dev/null +++ b/makefile @@ -0,0 +1,3 @@ +main: + gcc main.c ./util/hash.c ./util/prime_search.c -lhts -lm ./util/sds/sds.c ./util/err.c -g -o qidx -fsanitize=address +.PHONY: main |
