make ignoring include directives

前端 未结 0 1486
再見小時候
再見小時候 2020-12-06 12:42

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/*         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题