Skip to content

Instantly share code, notes, and snippets.

@doochik
Created June 25, 2013 09:39
Show Gist options
  • Save doochik/5857250 to your computer and use it in GitHub Desktop.
Save doochik/5857250 to your computer and use it in GitHub Desktop.
all: _index.ru.js
_index.%.js: index.%.js
touch $@
index.%.js:
touch $@
.PHONY: all
@doochik
Copy link
Author

doochik commented Jun 25, 2013

$ make
touch index.ru.js
touch _index.ru.js
rm index.ru.js
$ make --version
GNU Make 3.81

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment