Revision 3403
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
1 | 1 |
##### Vars/functions |
2 | 2 |
|
3 |
# Make |
|
4 |
SHELL := /bin/bash |
|
5 |
|
|
3 | 6 |
# Paths |
4 | 7 |
bin := ../bin |
5 | 8 |
|
Also available in: Unified diff
backups/Makefile: Fixed bug where $(SHELL) needed to be set to bash so that $'\n' would be interpreted correctly