1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-02-10 02:09:51 +00:00

Merge pull request #27 from matthewfischer/clean

Add a clean target
This commit is contained in:
Rene Richarz
2021-07-13 06:35:55 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ The compiled "tek4010" program is for a Raspberry Pi. If you are on Ubuntu, do t
the program. On the Raspberry Pi you can skip this step.
sudo apt-get install libgtk-3-dev
rm tek4010
make clean
make
Thanks to Lars Brinkhoff (lars@nocrew.org) to pointing out how easy it is to compile tek4010

View File

@@ -9,3 +9,7 @@ tek4010: main.c main.h tube.c tube.h tek4010.c ards.c
install: tek4010
./install
.PHONY : clean
clean :
-rm -f tek4010