Skip to content

Commit

Permalink
Slight makefile tweak
Browse files Browse the repository at this point in the history
Bench: 2721664

Non-functional change
  • Loading branch information
jhonnold committed Feb 16, 2024
1 parent 1628fe4 commit a255ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dkms.conf
berserk
berserk-popcnt
.vscode
.idea
dist

*.log
Expand Down
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# General
EXE = berserk
SRC = *.c nn/*.c pyrrhic/tbprobe.c
SRC = $(shell find {.,nn} -type f -name '*.c' -maxdepth 1) pyrrhic/tbprobe.c
CC = clang
VERSION = 20240215
MAIN_NETWORK = berserk-da85741a5582.nn
Expand Down

0 comments on commit a255ae4

Please sign in to comment.