diff --git a/Makefile b/Makefile index 3517e71..dce40e1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: - $(CC) -Wall -oXtimer Xtimer.c -lX11 -lXi + $(CC) -Wall -o Xtimer Xtimer.c -lX11 -lXi clean: rm -f Xtimer