Initial commit.
This commit is contained in:
commit
09fbae8eab
3 changed files with 140 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
all:
|
||||
$(CC) -Wall -o xtimer xtimer.c -lX11 -lXi
|
||||
|
||||
clean:
|
||||
rm -f xtimer
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue