Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
khronosschoty
/
palemoon-dev
Segui
2
Vota
1
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
palemoon-dev
/
platform
/
build
/
pymake
/
tests
/
implicitsubdir.mk
implicitsubdir.mk
106 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
11
12
13
$(shell \
mkdir foo; \
touch test.in \
)
all: foo/test.out
@echo TEST-PASS
foo/%.out: %.in
cp $< $@