Skip to content

Commit

Permalink
makefile: Remove stocksim-msvc.exe when run make clean (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric15342335 authored Jun 5, 2024
1 parent 9ec05ed commit 701cab1
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 @@ -95,7 +95,7 @@ goto: stocksim
echo -e "1\nsave\nT\n0\nX\nY\n" | ./stocksim

clean:
rm *.o stocksim -r saves/ html/ latex/ *.obj *.pdb *.ilk *.dSYM/ 2>/dev/null || true
rm *.o stocksim?* -r saves/ html/ latex/ *.obj *.pdb *.ilk *.dSYM/ 2>/dev/null || true

# Generate documentation using `Doxygen`.
docs: Doxyfile src/*.cpp include/*.h
Expand Down

0 comments on commit 701cab1

Please sign in to comment.