1 2 3 4 5 6 7
CC := gcc CFLAGS := -O3 all: mwasmarm_patcher mwasmarm_patcher: mwasmarm_patcher.c $(CC) $(CFLAGS) -o $@ $<