summaryrefslogtreecommitdiff
path: root/samples/Makefile.samples
blob: 35913b2ef170afd7b6407435b830fd1114b6c753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.o:
	../src/linker $< $@

.s.o:
	../src/compilo $< $@

.s:
	../src/compilo $< tmp.o
	../src/linker tmp.o $@
	rm tmp.o

all: recherche rechcara sommeentiers testtout

clean:
	rm -f recherche rechcara sommeenters testtout *.o