Initial commit.

This commit is contained in:
Johannes Findeisen 2025-01-13 06:07:48 +01:00
commit 09fbae8eab
3 changed files with 140 additions and 0 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
all:
$(CC) -Wall -o xtimer xtimer.c -lX11 -lXi
clean:
rm -f xtimer