Makefile: don't try to 'redo Makefile'.
This eliminates the relatively new warning about trying to redo static files.
This commit is contained in:
parent
c64b8a3eb1
commit
caea093519
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -1,5 +1,8 @@
|
||||||
all:
|
all:
|
||||||
|
|
||||||
|
Makefile:
|
||||||
|
@
|
||||||
|
|
||||||
%: FORCE
|
%: FORCE
|
||||||
+./redo $@
|
+./redo $@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue