Cosmetics...

This commit is contained in:
Johannes Findeisen 2025-11-23 03:42:19 +01:00
commit c6797e16b9
2 changed files with 17 additions and 15 deletions

View file

@ -1,5 +1,5 @@
all:
gcc -o texec texec.c -lX11 -lpng
gcc -Wall -o texec texec.c -lX11 -lpng
clean:
rm -rf texec