diff options
| author | tomsmeding <hallo@tomsmeding.nl> | 2015-06-26 07:36:03 +0200 |
|---|---|---|
| committer | tomsmeding <hallo@tomsmeding.nl> | 2015-06-26 07:36:03 +0200 |
| commit | a3663ec7fb93cff6a90d1283cc74865064e7a827 (patch) | |
| tree | 64982dc9d19346513c969ca9c8b70eec93c7e665 /Makefile | |
| parent | 51b3ea69321fb76427027529c198a668941ede01 (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
