diff --git a/makefile b/makefile new file mode 100644 index 0000000..d573685 --- /dev/null +++ b/makefile @@ -0,0 +1,5 @@ +all: ppg + g++ ppg.o + +ppg: ppg.cpp + g++ -c ppg.cpp