Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Oct 4, 2019
1 parent b0bad32 commit e395c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ CFLAGS = -O2 --std=c++17 -Wall -Werror -Wextra -Wno-unused-parameter -fPIC
TARGET ?= libdpid.so
PREFIX ?= /usr/local/lib/vapoursynth

$(TARGET): dpid.cpp
@echo "Compiling dpid.cpp ..."
$(TARGET): Source.cpp
@echo "Compiling Source.cpp ..."
@$(CXX) $(CFLAGS) -shared -m64 -c $(addprefix -I,$(INCLUDE)) $< -o libdpid.so

install: $(TARGET)
Expand Down

0 comments on commit e395c7b

Please sign in to comment.