diff options
Diffstat (limited to 'samples/Makefile.samples')
-rw-r--r-- | samples/Makefile.samples | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/samples/Makefile.samples b/samples/Makefile.samples index a638986..d7d45be 100644 --- a/samples/Makefile.samples +++ b/samples/Makefile.samples @@ -10,7 +10,7 @@ chmod 755 $@ rm tmp.o -all: helloworld hello recherche rechcara sommeentiers testtout boucle p4 drawline +all: helloworld hello recherche rechcara sommeentiers testtout boucle p4 drawline cube trig allcube helloworld: fichier1.s fichier2.s ../src/compilo fichier1.s fichier1.o @@ -19,5 +19,9 @@ helloworld: fichier1.s fichier2.s chmod 755 helloworld rm fichier1.o fichier2.o +allcube: cube trig drawline + ../src/linker cube.s drawline.s trig.s cube + rm cube.o drawline.o trig.o + clean: rm -f helloworld recherche rechcara sommeenters testtout *.o __symbols__ __text__ |