GNUmakefile 96 B

1234567
  1. all:
  2. sourcery resource.bml resource.cpp resource.hpp
  3. clean:
  4. rm resource.cpp
  5. rm resource.hpp