mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-23 05:05:08 +00:00
8 lines
107 B
Makefile
8 lines
107 B
Makefile
|
|
||
|
|
||
|
incdir='/home/caes/science/fourier-agn/psdlag/src/'
|
||
|
|
||
|
|
||
|
psdlag:
|
||
|
g++ *cpp -o psdlag -O3 -Wall -I${incdir}
|