Skip to content

Instantly share code, notes, and snippets.

View soda480's full-sized avatar

Emilio Reyes soda480

  • Arizona, USA
  • 18:56 (UTC -07:00)
View GitHub Profile
@MarkWarneke
MarkWarneke / Makefile
Created June 18, 2020 12:25
Makefile for python code
# Makefile for python code
#
# > make help
#
# The following commands can be used.
#
# init: sets up environment and installs requirements
# install: Installs development requirments
# format: Formats the code with autopep8
# lint: Runs flake8 on src, exit if critical rules are broken