mk/test.mk: no need to link to proplib anymore.
This commit is contained in:
parent
5642ca6cfc
commit
2b7d936118
@ -30,5 +30,5 @@ uninstall:
|
||||
$(TEST): $(OBJS)
|
||||
@printf " [CCLD]\t\t$@\n"
|
||||
${SILENT}$(CC) $^ $(CPPFLAGS) -L$(TOPDIR)/lib $(CFLAGS) \
|
||||
$(PROG_CFLAGS) -lprop -lxbps -latf-c -o $@
|
||||
$(PROG_CFLAGS) -lxbps -latf-c -o $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user