CC = gcc CFLAGS = -Wall -c -g bin2c: bin2c.c $(CC) bin2c.c -o bin2c clean: rm -f *.o bin2c