Skip to content

Commit

Permalink
mk: new include files for the make system
Browse files Browse the repository at this point in the history
To allow our web Makefiles become less repetitive
  • Loading branch information
bagder committed Sep 1, 2014
1 parent 0bea32d commit 1f364f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Empty file added libcurl/bindings.mk
Empty file.
4 changes: 4 additions & 0 deletions mainparts.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

MAINPARTS= $(ROOT)/_doctype.html $(ROOT)/setup.t $(ROOT)/where.t \
$(ROOT)/mirrorlinks.t $(ROOT)/ad.t

4 changes: 4 additions & 0 deletions setup.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
NOW=$(shell date +'-D__TODAY__=%B %d, %Y')

ACTION=fcpp $(FCPP_OPTS) -I$(ROOT) -WWW -Uunix -P -H -C -V -LL "$(NOW)" $< $@;

0 comments on commit 1f364f8

Please sign in to comment.