tMakefile - cancel - free software for cancelling people and organizations HTML git clone https://git.parazyd.org/cancel DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- tMakefile (110B) --- 1 all: 2 gcc -o cancel cancel.c -Wall -Wextra $(shell pkg-config --cflags --libs gtk+-2.0) 3 4 clean: 5 rm -f cancel