6ece895957
(cherry picked from commit 6546f73f90cd56d14a2e90cb6604901df18a9419)
8 lines
107 B
Makefile
8 lines
107 B
Makefile
TOPDIR = ../..
|
|
-include $(TOPDIR)/config.mk
|
|
|
|
BIN = xbps-create
|
|
OBJS = main.o
|
|
|
|
include $(TOPDIR)/mk/prog.mk
|