This commit was manufactured by cvs2svn to create branch
[pingofdeath.git] / Makefile
1 # Makefile for building and installing the application
2 #   level tools for the Planetlab "ping of death" feature.
3 #
4 # Targets are:
5 # all: builds all of the components
6 # install: installes the tools into the planetlab bin directory
7 # test: runs the tests on the current machine
8 #
9
10 ALLBUILD=pl-poddoit
11
12 all: $(ALLBUILD)
13
14 pl-poddoit: pl-poddoit.c
15         gcc pl-poddoit.c -o pl-poddoit
16
17 clean:
18         rm -f pl-poddoit