Skip to content

Commit

Permalink
ok, so technically that was 2 things, but you get my point
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Aug 15, 2018
1 parent ec5b30f commit 86d7b2c
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 @@ -157,7 +157,7 @@ uninstall:
#########################################

debian:
$Q dpkg-buildpackage -b -rfakeroot -us -uc && cp ../step_*.deb $(RELEASES)/
$Q dpkg-buildpackage -b -rfakeroot -us -uc && mkdir -p $(RELEASE) && cp ../step_*.deb $(RELEASE)/

distclean: clean

Expand Down

0 comments on commit 86d7b2c

Please sign in to comment.