Skip to content

Commit

Permalink
really fixed the makefile this time
Browse files Browse the repository at this point in the history
  • Loading branch information
MLDERES committed Sep 6, 2020
1 parent 7d486a0 commit a2c9e18
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 @@ -56,7 +56,7 @@ clean-logs:
mv -f logs/errors_2.log logs/errors.log
tail -100 logs/info.log > logs/info_2.log
mv -f logs/info_2.log logs/info.log
rm -f journals/*.log
rm -f logs/journals/*.log

## Package the Python code in to an .egg and .wheel
package: clean
Expand Down

0 comments on commit a2c9e18

Please sign in to comment.