7 lines
95 B
Makefile
7 lines
95 B
Makefile
TOPDIR = ../..
|
|
-include $(TOPDIR)/config.mk
|
|
|
|
BIN = xbps-uunshare
|
|
|
|
include $(TOPDIR)/mk/prog.mk
|