Makefile 150 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 include $(ROOT)/usr/include/make/PRdefs TARGETS=romcvt default exports romcvt: romcvt.c $(CC) romcvt.c -o romcvt install: include $(COMMONRULES)