]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/net/autotest/v2_0/host/makefile
Initial revision
[karo-tx-redboot.git] / packages / net / autotest / v2_0 / host / makefile
1
2 all: awaitorder tmpfile _suping
3
4 awaitorder: awaitorder.c
5         gcc -g -o awaitorder awaitorder.c
6
7
8 tmpfile: tmpfile.c
9         gcc -g -o tmpfile tmpfile.c
10
11 _suping: _suping.c
12         gcc -g -o _suping _suping.c
13         @echo "*** Don't forget to   chown root _suping; chmod u+sx _suping   ***"
14
15 clean:
16         rm -f tmpfile
17         rm -f awaitorder
18         rm -f _suping
19         rm -f *~