Skip to content

Casos específicos en el Makefile (y recursión) #110

Discussion options

You must be logged in to vote

Hola!, me confundio un poco tu implementación de ejemplo (ej: porque habrían cosas de tu ejecutable 1 fuera de la carpeta ejecutable 1 sin ser algo comun para los 2 ejecutables), pero asumiendo la siguiente implementación:
src/

├── market/
│   ├── main.c
│   ├── market.c
│   └── market.h
├── hsearch/
│   ├── main.c
│   ├── search.c
│   └── search.h
└── common/
    ├── utils.c
    └── utils.h

Entonces deberías modificar el Makefile entregado de la siguiente manera:

PROGRAMS=market hsearch
COMMON=common

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sebacarrascop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants