objconv icon indicating copy to clipboard operation
objconv copied to clipboard

Fix Makefile

Open jordr opened this issue 2 years ago • 0 comments

Fixes this error:

jordy@diomenia:~/code/objconv$ make
ls: cannot access '*.cpp': No such file or directory
g++  -o objconv 
g++: fatal error: no input files
compilation terminated.
make: *** [Makefile:20: all] Error 1

jordr avatar Feb 17 '23 20:02 jordr