src/main.cpp: redirect exceptions to stderr
This commit is contained in:
6
makefile
6
makefile
@@ -22,15 +22,15 @@ INST := /usr/local/bin
|
||||
# --------------------------------------------------------------------------- #
|
||||
# CLI tool
|
||||
|
||||
$(EXE) : main.o tdm_ripper.o
|
||||
$(CC) $(OPT) $^ -o $@
|
||||
|
||||
install : $(EXE)
|
||||
sudo cp $< $(INST)/
|
||||
|
||||
uninstall : $(INST)/$(EXE)
|
||||
sudo rm $<
|
||||
|
||||
$(EXE) : main.o tdm_ripper.o
|
||||
$(CC) $(OPT) $^ -o $@
|
||||
|
||||
# build main.cpp object file and include git version/commit tag
|
||||
main.o : src/main.cpp
|
||||
@cp $< $<.cpp
|
||||
|
Reference in New Issue
Block a user