Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- event_commands := before-up before-down after-up after-down
- $(event_commands)-default:
- @if [ -x $@.sh ]; then \
- echo './[email protected]'; \
- ./$@.sh; \
- fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement