9 lines
142 B
Makefile
9 lines
142 B
Makefile
TOPDIR = ../..
|
|
-include $(TOPDIR)/config.mk
|
|
|
|
EXTRA_CFLAGS += -Wno-deprecated-declarations
|
|
|
|
BIN = xbps-checkvers
|
|
|
|
include $(TOPDIR)/mk/prog.mk
|