blob: 61624b6040c8256570ed3088d4754eeca82f7089 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- emux/Makefile.freebsd.orig 2016-11-09 04:30:27 UTC
+++ emux/Makefile.freebsd
@@ -0,0 +1,6 @@
+all:
+ cd libretro && \
+ ${MAKE} -f Makefile.bsd MACHINE=chip8 && \
+ ${MAKE} -f Makefile.bsd MACHINE=gb && \
+ ${MAKE} -f Makefile.bsd MACHINE=nes && \
+ ${MAKE} -f Makefile.bsd MACHINE=sms
|