diff options
author | Pixel <> | 2001-04-17 03:20:16 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-17 03:20:16 +0000 |
commit | a856126fe7e965bc80d17690732ee58343a655d3 (patch) | |
tree | 5464a45d4ef03e2efdcc7788de31226832a0a45c /samples/Makefile.samples | |
parent | f12eda64018215310e5d563ebaf9fe4d46db24ff (diff) |
Pouearf
Diffstat (limited to 'samples/Makefile.samples')
-rw-r--r-- | samples/Makefile.samples | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/samples/Makefile.samples b/samples/Makefile.samples index 35913b2..9877ae0 100644 --- a/samples/Makefile.samples +++ b/samples/Makefile.samples @@ -7,9 +7,10 @@ .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 + rm -f recherche rechcara sommeenters testtout *.o __symbols__ __text__ |