6 lines
71 B
Makefile
6 lines
71 B
Makefile
all:
|
|
$(CC) -Wall -o xtimer xtimer.c -lX11 -lXi
|
|
|
|
clean:
|
|
rm -f xtimer
|
|
|