.o: ../src/linker $< $@ .s.o: ../src/compilo $< $@ .s: ../src/compilo $< tmp.o ../src/linker tmp.o $@ chmod 755 $@ rm tmp.o all: helloworld hello recherche rechcara sommeentiers testtout boucle helloworld: fichier1.s fichier2.s ../src/compilo fichier1.s fichier1.o ../src/compilo fichier2.s fichier2.o ../src/linker fichier1.o fichier2.o helloworld chmod 755 helloworld rm fichier1.o fichier2.o clean: rm -f helloworld recherche rechcara sommeenters testtout *.o __symbols__ __text__