finish examples
This commit is contained in:
8
slides/makefiles/examples/check
Normal file
8
slides/makefiles/examples/check
Normal file
@@ -0,0 +1,8 @@
|
||||
CHECKER = command -v
|
||||
.PHONY: check
|
||||
check:
|
||||
$(CHECKER) fortune >/dev/null
|
||||
$(CHECKER) cowsay >/dev/null
|
||||
|
||||
file: | check
|
||||
fortune | cowsay > $@
|
Reference in New Issue
Block a user