blob: bf5a3d329ee25159a4c267496d8d975400d776a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/Makefile
+++ b/Makefile
@@ -38,9 +38,6 @@
# Later ones are for the various architectures that I have
# successfully tested 'rcsi' on.
-rcsi : rcsi.c
- gcc -Wall -O2 -Xlinker -s -o rcsi rcsi.c
-
sunos : rcsi
solaris irix osf1 : rcsi.c
|