From a7bc5cfa7399926941a3754e3cbdc671f24b4b3d Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Tue, 17 Apr 2001 06:55:02 +0000 Subject: Pout --- samples/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'samples/Makefile.am') diff --git a/samples/Makefile.am b/samples/Makefile.am index 2427d6a..92a419b 100644 --- a/samples/Makefile.am +++ b/samples/Makefile.am @@ -1,3 +1,7 @@ -EXTRA_DIST = rechcara.s recherche.s sommeentiers.s testtout.s Makefile.samples instructions.txt +EXTRA_DIST = fichier1.s fichier2.s rechcara.s recherche.s sommeentiers.s testtout.s Makefile.samples instructions.txt boucle.s -TESTS = make -f Makefile.samples +all: + make -f Makefile.samples + +clean: + male -f Makefile.samples clean -- cgit v1.2.3