4 lines
No EOL
60 B
Makefile
4 lines
No EOL
60 B
Makefile
CC=gcc
|
|
|
|
make: src/main.c
|
|
$(CC) -o elem src/map.c src/main.c
|