Fix typo in Makefile
This commit is contained in:
parent
9bcd608b86
commit
b1bf11104b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,6 +12,6 @@ test:
|
|||
@$(TESTDIR)/isinetaddr
|
||||
@$(CC) $(CFLAGS) $(SRCFILES) $(TESTDIR)/iscidraddr_test.c -o $(TESTDIR)/iscidraddr
|
||||
@echo -n test/iscidraddr: ''
|
||||
@$(TESTDIR)/isinetaddr
|
||||
@$(TESTDIR)/iscidraddr
|
||||
|
||||
.PHONY: test
|
||||
|
|
Loading…
Reference in a new issue