1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-23 16:44:22 +00:00
hpc-2022-g3/OpenMP/apps/kmeans/data/inpuGen/Makefile

7 lines
56 B
Makefile
Raw Normal View History

2022-11-11 12:23:45 +00:00
datagen: datagen.cpp
g++ -o $@ $<
clean:
rm datagen