This commit is contained in:
Steve Howes
2023-08-13 17:14:42 +01:00
parent 60cb956822
commit 6efae6552c
3 changed files with 6 additions and 53 deletions
+3
View File
@@ -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