only include m4 files as dep for unix/index.html
This commit is contained in:
parent
4e383c0626
commit
416e3ddb12
1
wiki/.gitignore
vendored
Normal file
1
wiki/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/unix/index.html
|
@ -1,5 +1,5 @@
|
|||||||
all: unix/index.html
|
all: unix/index.html
|
||||||
unix/index.html: unix/*
|
unix/index.html: unix/*.m4
|
||||||
$(MAKE) -C unix
|
$(MAKE) -C unix
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) -C unix clean
|
$(MAKE) -C unix clean
|
||||||
|
Loading…
Reference in New Issue
Block a user