I\'m using GNU make and have the following in my Makefile:
token_check: token_check.o $(STATIC_LIBRARIES) $(CC) -o $@ $^ %.o: %.c pipeline/*.h compiler/*