6 lines
93 B
Makefile
6 lines
93 B
Makefile
NAME ?= targetd
|
|
|
|
.PHONY: all
|
|
all:
|
|
$(MAKE) NAME=$(NAME) -f /usr/share/selinux/devel/Makefile
|