PROJECTDIR = `pwd` LIBUC = /opt/libuc2 PROJECTFILE = 24LCXX.pro include $(LIBUC)/rules/common/rules.mk all:subdir make -C 24LC0X @echo Code compiled install: make install -C 24LC0X clean: make clean -C 24LC0X distclean: make distclean -C 24LC0X