aboutsummaryrefslogtreecommitdiff
blob: bc2845bc4fbdf42d1314ca6e91068729d14f9986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PHONY: all
all: test

.PHONY: test
test: daemon init.sh test.sh
	@echo "xattr  process"
	@$(PWD)/test.sh

daemon:	daemon.c
	gcc -o $@ $^
	paxctl-ng -cv $@

clean:
	rm -f daemon daemon.pid