]> Cypherpunks.ru repositories - nncp.git/blob - Makefile
Merge branch 'develop'
[nncp.git] / Makefile
1 REDO ?= contrib/do -c
2
3 warning:
4         @echo WARNING: this is not real Makefile. Just proxying commands to redo command
5
6 all: warning
7         $(REDO) $@
8
9 clean: warning
10         $(REDO) $@
11
12 install: warning
13         $(REDO) $@
14
15 install-strip: warning
16         $(REDO) $@
17
18 uninstall: warning
19         $(REDO) $@