CC = gcc TARGET = data all: b2hd.c getArray.c $(CC) b2hd.c -o b2hd $(CC) getArray.c -o getArray clean: rm *.o