Skip to content

Commit

Permalink
bfdd: Add some code so we can compile from w/ in the bfdd dir
Browse files Browse the repository at this point in the history
Copy pattern of Makefile from other daemons to allow us to
compile this thingie(tm) from within the bfdd directory.

Signed-off-by: Donald Sharp <[email protected]>
  • Loading branch information
donaldsharp committed Feb 14, 2019
1 parent 77a4dd9 commit 6038fe4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bfdd/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
all: ALWAYS
@$(MAKE) -s -C .. bfdd/bfdd
%: ALWAYS
@$(MAKE) -s -C .. bfdd/$@

Makefile:
#nothing
ALWAYS:
.PHONY: ALWAYS makefiles
.SUFFIXES:

0 comments on commit 6038fe4

Please sign in to comment.