Skip to content

Commit

Permalink
mk: Fix improper order of argument passing
Browse files Browse the repository at this point in the history
It's a bug on USCC-LAB#12 I built.

See also: USCC-LAB#12
  • Loading branch information
iankuan committed Oct 15, 2017
1 parent 124d0d7 commit 122b07d
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 @@ -10,7 +10,7 @@ all:
true

%_test:
$(PYTHON) -m -v unittest $(TEST).$@
$(PYTHON) -m unittest -v $(TEST).$@

check:
$(PYTHON) -m unittest -v \
Expand Down

0 comments on commit 122b07d

Please sign in to comment.