Skip to content

Commit

Permalink
Fix typos in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Dec 8, 2020
1 parent f5f8cb1 commit c24dac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.release
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ copy-htaccess:
cp .htaccess $(dist_dir)

.PHONY: package
package: create-release-folder create-package
package: create-release-folder create-packages

.PHONY: create-release-folder
create-release-folder:
rm -rf $(CURDIR)/release
mkdir $(CURDIR)/release

.PHONY: create-packages
craete-packages: package-plain package-ocx
create-packages: package-plain package-ocx

.PHONY: package-plain
package-plain:
Expand Down

0 comments on commit c24dac3

Please sign in to comment.