diff options
author | Pixel <> | 2001-04-17 02:20:40 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-17 02:20:40 +0000 |
commit | 58dbd2ed918bb9e6f93aed076f8f3de92d41d2f9 (patch) | |
tree | 5a0333f391b042c2b25932fdc7fa2daed12140eb /samples/Makefile.samples | |
parent | 17d89e026ee39bd30f8604ab397708d9bceb2fbf (diff) |
Grou
Diffstat (limited to 'samples/Makefile.samples')
-rw-r--r-- | samples/Makefile.samples | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/Makefile.samples b/samples/Makefile.samples index 4b1f8f3..35913b2 100644 --- a/samples/Makefile.samples +++ b/samples/Makefile.samples @@ -9,7 +9,7 @@ ../src/linker tmp.o $@ rm tmp.o -all: recherche rechcara sommeentiers +all: recherche rechcara sommeentiers testtout clean: - rm -f recherche rechcara sommeenters *.o + rm -f recherche rechcara sommeenters testtout *.o |