Skip to content

Commit

Permalink
Makefile cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
zoni committed Oct 14, 2017
1 parent dfe0acd commit 53e33da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: build clean freebsd
.DEFAULT_GOAL := build

VERSION := 1.0.1
BUILDNUMBER := 1
Expand Down Expand Up @@ -47,4 +47,4 @@ freebsd:

.PHONY: clean
clean:
rm -rf postforward usr/
rm -rf postforward usr/ *.txz *.deb

0 comments on commit 53e33da

Please sign in to comment.