ref: 02c13a3ce3bcf6e19dcf794c4efa57d4056b2d4c
dir: /mkfile/
</$objtype/mkfile # Compiler flags CFLAGS=-FVTw # Targets BIN=$home/bin/amd64 TARG=da # Source files APP=$TARG.6 # Build rules all:V: $BIN/$TARG $APP: $TARG.c 6c $CFLAGS $TARG.c $BIN/$TARG: $APP 6l -o $target $APP nuke: rm -f *.6 $BIN/$TARG clean: rm -f *.6