@ -0,0 +1,5 @@
all: ppg
g++ ppg.o -o ppg
ppg: ppg.cpp
g++ -c ppg.cpp
@ -0,0 +1,4 @@
int main()
{
return 0;
}