Add tap demo

This commit is contained in:
Edith Boles
2026-03-16 01:58:49 -07:00
parent 2b15239f89
commit 371f458d9a
9 changed files with 231 additions and 86 deletions

View File

@@ -2,7 +2,7 @@
API := x11
CFLAGS := -MD -Wall -g -lm -lpthread -ldl -I ./inc/
CFLAGS := -MD -Wall -g -lm -pthread -ldl -I ./inc/
ifeq ($(API), arm)
CC := arm-cortexa9_neon-linux-gnueabihf-gcc