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