1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-04-16 00:21:39 +00:00

Update makefile

This commit is contained in:
Stefan
2024-06-07 19:23:29 +02:00
committed by GitHub
parent a2b3415441
commit 70ac601ed1

View File

@@ -7,7 +7,7 @@ all: tek4010
tek4010: src/help.txt src/main.c src/main.h src/tube.c src/tube.h src/tek4010.c src/ards.c
sed 's/\"/\\\"/g; s/$$/\\n"/; s/^/"/; 1s/^/const char *helpStr =\n/;' src/help.txt > src/help.h
echo ";" >> src/help.h
$(CC) -o $@ src/main.c src/tube.c src/tek4010.c src/ards.c $(LIBS) $(CFLAGS)
$(CC) -o tek4010 src/main.c src/tube.c src/tek4010.c src/ards.c $(LIBS) $(CFLAGS)
check: tek4010
./tek4010 demos/demo.sh