Files
Digital-Research-Source-Code/CPM OPERATING SYSTEMS/CPM 68K/1.0X SOURCES/v102a/test/compile3
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

7 lines
184 B
Plaintext

rm -rf 1 2 3
mkdir 1 2 3
cp test.c test.h 1
cp test.c test.h 2
cp test.c test.h 3
cd 1; cc -L -r test.c -l6 &; cd ../2; cc -L -r test.c -l6 &; cd ../3; cc -L -r test.c -l6 &; cd ..