7 lines
86 B
Makefile
7 lines
86 B
Makefile
|
TOPDIR = ../..
|
||
|
include $(TOPDIR)/vars.mk
|
||
|
|
||
|
BIN = xbps-fetch
|
||
|
|
||
|
include $(TOPDIR)/prog.mk
|