D
D
Dima Sokolov2017-05-27 12:19:18
C++ / C#
Dima Sokolov, 2017-05-27 12:19:18

How to use make?

DESKTOP-CROA0DH:~ dima$ /Users/user/Downloads/afsctool-master/Makefile
/Users/user/Downloads/afsctool-master/Makefile: line 1: afsctool:: command not found
clang: error: no such file or directory : 'afsctool.c'
DESKTOP-CROA0DH:~ dima$
All files are in one folder. Xcode installed.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry, 2017-05-27
@dimka11

In the same place one file in source codes. Just run the compilation manually. There's some ancient Makefile.
$ gcc -march=native -O2 -lz afsctool.c -o afsctool

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question