include ../include/rules.mak

TARGETS = cpp0main.obj cc1main.obj cc1pmain.obj drv_stdc.obj

###

all :
	$(MAKER) $(TARGETS)

clean :
	$(DEL) *.obj
