diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b4aee75 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ + +ctenna +*.o \ No newline at end of file diff --git a/Makefile b/Makefile index 9d31629..8e2cd96 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +clean: + rm -f *.o ctenna + ctenna: main.o hb9cv.o jpole.o groundplane.o cc -o ctenna main.o hb9cv.o jpole.o groundplane.o diff --git a/ctenna.cbp b/ctenna.cbp deleted file mode 100644 index 561c4f8..0000000 --- a/ctenna.cbp +++ /dev/null @@ -1,53 +0,0 @@ - - - - - -