xbps/bin/xbps-create/Makefile

8 lines
107 B
Makefile
Raw Normal View History

TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-create
OBJS = main.o
include $(TOPDIR)/mk/prog.mk