added GPUTargets.h dependency in Makefile

This commit is contained in:
Evghenii Gaburov
2015-02-24 12:49:35 +01:00
parent fc717ebada
commit 19105494e1

View File

@@ -77,5 +77,5 @@ ptxgen: ptxgen.cpp
clean:
/bin/rm -f ptxgen ptxcc $(OBJ) ptxgrammar.hh ptxgrammar.cc ptx.cc ptxgrammar.output
$(OBJ): ptxgrammar.cc ptx.cc PTXParser.h PTXLexer.h
$(OBJ): ptxgrammar.cc ptx.cc PTXParser.h PTXLexer.h GPUTargets.h