summaryrefslogtreecommitdiffstats
path: root/runtime/staprun/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/staprun/Makefile')
-rw-r--r--runtime/staprun/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/staprun/Makefile b/runtime/staprun/Makefile
index e8dd680d..b0329d3e 100644
--- a/runtime/staprun/Makefile
+++ b/runtime/staprun/Makefile
@@ -1,15 +1,15 @@
CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE -fexceptions -Wall -Werror -Wshadow -Wunused
-all: staprun stp_merge
+all: staprun stap_merge
staprun: staprun.c mainloop.c relay.c ctl.c symbols.c ../transport/transport_msgs.h staprun.h
gcc -O3 $(CFLAGS) -o staprun staprun.c mainloop.c symbols.c ctl.c relay.c relay_old.c -lpthread
-stp_merge: stp_merge.c
- gcc -O3 $(CFLAGS) -o stp_merge stp_merge.c
+stap_merge: stap_merge.c
+ gcc -O3 $(CFLAGS) -o stap_merge stap_merge.c
debug: staprun.c mainloop.c relay.c ctl.c symbols.c ../transport/transport_msgs.h staprun.h
gcc -g -D DEBUG $(CFLAGS) -o staprun staprun.c mainloop.c symbols.c ctl.c relay.c relay_old.c -lpthread
clean:
- /bin/rm -f staprun stp_merge *.o *~
+ /bin/rm -f staprun stap_merge *.o *~