rockbox/utils/AMS/hacking/Makefile
Dave Chapman c6be818212 Move mkamsboot into the rbutil/mkamsboot/ directory - no other changes, so this should still work the same as before.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18706 a1c6a512-1295-4272-9138-f99709370657
2008-10-04 08:46:03 +00:00

7 lines
92 B
Makefile

all: amsinfo
amsinfo: amsinfo.c
gcc -o amsinfo -W -Wall amsinfo.c
clean:
rm -fr amsinfo