Fix typo in rm flag for 'make clean' task

This commit is contained in:
Dan Sosedoff
2014-10-24 20:39:43 -05:00
parent f9e412ea3a
commit 2db871668b

View File

@@ -17,4 +17,4 @@ deps:
clean: clean:
rm -f ./pgweb rm -f ./pgweb
rm -f ./bin/* rm -f ./bin/*
rm -r bindata.go rm -f bindata.go