X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=63f32a3db6e5051dcdf0ed5bf1ae4606cb0f2163;hb=8ca06b850fb51673a7cfe751643ea45ec528070d;hp=9b5456fe2eea5ce0cb02c27bba3593414c907835;hpb=3e61238c74ec1e4d11d91e876251f55dd9ab7bf5;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 9b5456f..63f32a3 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ all: JVM Linux Win32 Darwin Solaris clean: rm -rf .jikes .configure* .install* build .compile .build* - find upstream -name config.cache -exec rm {}\; + find upstream -name config.cache -exec rm {} \; JVM: build/JVM/xwt.jar Linux: ; make gcj platform=Linux target=i686-pc-linux-gnu link_flags="-lX11 -lXext"