You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Wallify/Makefile

4 lines
118 B

run:
gcc wallpaper.c -g -Wall -L /usr/lib/x86_64-linux-gnu -lX11 -lXext -lXrender -o wallify
clean:
rm wallify