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

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

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

all: hello recherche rechcara sommeentiers testtout

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