mouseemu: drop unnecessary/wrong comment

The original intention was to use the makefile, but that turned
out to be more work than just installing it manually, but the
comment was left over.
This commit is contained in:
q66 2020-02-09 17:17:44 +01:00
parent 559b776f73
commit cda60dff49

View file

@ -18,8 +18,6 @@ case "$XBPS_TARGET_MACHINE" in
esac
do_build() {
# build it ourselves because no point in patching the makefile...
# but let the makefile install
${CC} ${CFLAGS} ${LDFLAGS} -o mouseemu mouseemu.c
}