Skip to content

Commit

Permalink
Optimized Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Feb 15, 2015
1 parent 2bf2aa7 commit 4f62652
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
Expand Up @@ -82,8 +82,8 @@ check-test: check-opening_hours.js

# .PHONY: check-opening_hours.js check-opening_hours.min.js
## Does not work
# check-opening_hours.js:
# check-opening_hours.min.js:
check-opening_hours.js:
check-opening_hours.min.js:

check-%.js: %.js test.js
-$(NODE) test.js "./$<"
Expand Down

0 comments on commit 4f62652

Please sign in to comment.