/dev/null bin/debugger: debugger.$O uxn.$O $LD -o $target $prereq bin/uxnasm: assembler.$O $LD -o $target $prereq bin/uxnemu: emulator.$O apu.$O mpu.$O ppu.$O uxn.$O $LD -o $target $prereq (assembler|debugger|emulator|uxn)\.$O:R: src/\1.c $CC $CFLAGS -Isrc -o $target src/$stem1.c (apu|mpu|ppu)\.$O:R: src/devices/\1.c $CC $CFLAGS -Isrc -o $target src/devices/$stem1.c nuke:V: clean clean:V: rm -f *.[$OS] [$OS].??* $TARG $CLEANFILES %.clean:V: rm -f $stem.[$OS] [$OS].$stem $stem install:QV: all exit 'Sorry, there is no install rule yet'