summaryrefslogtreecommitdiff
path: root/examples/Timer_Queue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Timer_Queue/Makefile')
-rw-r--r--examples/Timer_Queue/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/Timer_Queue/Makefile b/examples/Timer_Queue/Makefile
index a5b1a2c14b0..eb53bcd783a 100644
--- a/examples/Timer_Queue/Makefile
+++ b/examples/Timer_Queue/Makefile
@@ -15,8 +15,7 @@ BIN = main_async \
main_reactor \
main_thread
-SRC = $(addsuffix .cpp,$(BIN))
-OBJ = $(SRC:%.cpp=$(VDIR)%.o)
+PSRC = $(addsuffix .cpp,$(BIN))
LSRC = Async_Timer_Queue_Test.cpp \
Reactor_Timer_Queue_Test.cpp \