Pass the tests again
This commit is contained in:
parent
da285a61fb
commit
d0f989bafe
@ -1,4 +1,4 @@
|
|||||||
TARGETS = phony target xinstall
|
TARGETS = phony $(OBJDIR)target $(OBJDIR)xinstall
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
LN = ln -f
|
LN = ln -f
|
||||||
MKDIR = mkdir -m 0755 -p
|
MKDIR = mkdir -m 0755 -p
|
||||||
@ -10,10 +10,10 @@ all: $(TARGETS)
|
|||||||
phony:
|
phony:
|
||||||
exit 42
|
exit 42
|
||||||
|
|
||||||
target:
|
$(OBJDIR)target:
|
||||||
$(MAKE) command
|
$(MAKE) command
|
||||||
|
|
||||||
xinstall:
|
$(OBJDIR)xinstall:
|
||||||
$(MAKE) command
|
$(MAKE) command
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user