summaryrefslogtreecommitdiff
path: root/samples/Makefile.samples
blob: 9877ae0ed116b886c9d6167fb613e1f79c3a994a (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: recherche rechcara sommeentiers testtout

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