Skip to content

Commit

Permalink
Restoring make clean to github_binaries target
Browse files Browse the repository at this point in the history
  • Loading branch information
evolarjun committed Jun 6, 2024
1 parent e2edf8e commit 0fad7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ github_binaries:
fi
# first recompile amrfinder.o to pick up the new version info
# and remove leaky NCBI paths
# make clean
make clean
make all CXX=/usr/bin/g++ LD_RUN_PATH= -d
mkdir $(GITHUB_FILE)
echo $(VERSION_STRING) > $(GITHUB_FILE)/version.txt
Expand Down

0 comments on commit 0fad7be

Please sign in to comment.