cancel

free software for cancelling people and organizations
git clone https://git.parazyd.org/cancel
Log | Files | Refs | README | LICENSE

Makefile (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