1
0
mirror of https://github.com/prirun/p50em.git synced 2026-03-06 02:38:57 +00:00

Changed makefile so that utility binaries go in bin, not run

This commit is contained in:
Jim
2008-09-12 21:33:16 -04:00
parent f971e4fac5
commit b787eaa56b

View File

@@ -18,10 +18,10 @@ hobby:
dongle:
cc -c dongle.c -I../dongle/mx/ppc/api;g++ -o ../run/dongle dongle.o ../dongle/mx/ppc/api/libmxmac260.a -framework IOKit -framework CoreFoundation
cc -c dongle.c -I../dongle/mx/ppc/api;g++ -o ../bin/dongle dongle.o ../dongle/mx/ppc/api/libmxmac260.a -framework IOKit -framework CoreFoundation
rm dongle.o
lmserver:
cc -c lmserver.c -I../dongle/mx/ppc/api;g++ lmserver.o -o ../run/lmserver ../dongle/mx/ppc/api/libmxmac260.a -framework IOKit -framework CoreFoundation
cc -c lmserver.c -I../dongle/mx/ppc/api;g++ lmserver.o -o ../bin/lmserver ../dongle/mx/ppc/api/libmxmac260.a -framework IOKit -framework CoreFoundation
rm lmserver.o