makefile 128 B

12
  1. all:
  2. gcc CP_IPS.c CP_core_IPS.c IPS_graphics.c mt64.c -lm -o CP_IPS `pkg-config --cflags gtk+-3.0` `pkg-config --libs gtk+-3.0`