Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
piumarta
/
parsimony
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
1
Wiki
Actividad
Explorar el Código
Fix Makefile rule name
master
mtardy
hace 4 años
padre
f8078c49d5
commit
911705049d
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
Makefile
+ 1
- 1
Makefile
Ver fichero
@ -5,7 +5,7 @@ LDLIBS = -L/usr/local/lib -lgc
# moved LDLIBS to end because ld scans files from left to right and collects only required symbols
calc
:
parse
.
c
object
.
c
parse
:
parse
.
c
object
.
c
$(
CC
)
$(
CFLAGS
)
-o parse parse.c
$(
LDLIBS
)
parse.c
:
parse
.
leg
Escribir
Vista previa
Cargando…
Cancelar
Guardar