shagr4th / droid48

HP48 emulator for Android
https://play.google.com/store/apps/details?id=org.ab.x48
GNU General Public License v3.0
79 stars 28 forks source link

One-Step Building #7

Closed ldo closed 7 years ago

ldo commented 13 years ago

You have a separate Makefile for building the C code versus the Java code. Let me suggest having a single build.xml that will build everything in one step, as well as having a “clean” target that will get rid of all build products at once.

This and other little bits are available in my fork https://github.com/ldo/droid48/commits/ldo

shagr4th commented 13 years ago

Thanks, I'll look at it !

shagr4th commented 7 years ago

I think it's fixed :p