-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a makefile to build submodule stuff
The top-level makefiles in locker and integral can just call this, and don't need to worry about guessing pathnames and such.
- Loading branch information
Matt Zimmerman
committed
Mar 17, 2012
1 parent
fe30c1d
commit 3a72459
Showing
3 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
js/compiled_templates.js: $(wildcard templates/*.html) | ||
node templates/compile.js $^ > $@ | ||
|
||
clean: | ||
rm -f js/compiled_templates.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.