mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-23 16:44:22 +00:00
7 lines
56 B
Makefile
7 lines
56 B
Makefile
|
datagen: datagen.cpp
|
||
|
g++ -o $@ $<
|
||
|
|
||
|
clean:
|
||
|
rm datagen
|
||
|
|