Makefile 56 B

123456
  1. datagen: datagen.cpp
  2. g++ -o $@ $<
  3. clean:
  4. rm datagen