bootpack.gas : bootpack.c Makefile $(CC1) -o bootpack.gas bootpack.c graphic.gas : graphic.c Makefile $(CC1) -o graphic.gas graphic.c dsctbl.gas : dsctbl.c Makefile $(CC1) -o dsctbl.gas dsctbl.c bootpack.nas : bootpack.gas Makefile $(GAS2NASK) bootpack.gas bootpack.nas graphic.nas : graphic.gas Makefile $(GAS2NASK) graphic.gas graphic.nas dsctbl.nas : dsctbl.gas Makefile $(GAS2NASK) dsctbl.gas dsc