aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 23ecffa24f5ac3555f23d72c4fac139a45150b67 (plain)
1
2
3
4
5
6
7
8
9
10
# Makefile for "fg21sim"
#
# 2016-09-20
#

init:
	pip3 install --user -r requirements.txt

test:
	nosetests tests