all: binembed-example clean: rm -f binembed-example \ Example.s Example.h Example.c binembed-example: main_c.c Example.c Example.s gcc -std=c99 -Wall -pedantic -O2 -o $@ $^ %.s %.h %.c: %.binembed binembed --output-s=$*.s --output-h=$*.h --output-c=$*.c $*.binembed