From a3663ec7fb93cff6a90d1283cc74865064e7a827 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Fri, 26 Jun 2015 07:36:03 +0200 Subject: Add timerstart as alias for timerserver --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d99d53c..a552ef5 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ else INSTALL_TARGET_DIR = /usr/local/bin endif -OUTPUTS = timerserver timerwp timerwaypoint timerstatus timerstop +OUTPUTS = timerserver timerstart timerwp timerwaypoint timerstatus timerstop .PHONY: all clean install @@ -25,6 +25,9 @@ install: all timerserver: timerserver.cpp g++ -std=c++11 -Wall -O2 -o $@ $^ +timerstart: timerserver + ln -sf timerserver timerstart + timerwp: timerserver ln -sf timerserver timerwp -- cgit v1.2.3-70-g09d2