Move mkamsboot into the rbutil/mkamsboot/ directory - no other changes, so this shoul...
[maemo-rb.git] / utils / AMS / hacking / Makefile
blob1a297bc3abb8d2f517f3f6a6ddbce11736a971a7
1 all: amsinfo
3 amsinfo: amsinfo.c
4 gcc -o amsinfo -W -Wall amsinfo.c
6 clean:
7 rm -fr amsinfo