Files
paparazzi/sw/ground_segment/tmtc/GSM/Makefile
T
2013-02-23 12:31:59 +01:00

11 lines
261 B
Makefile

# Quiet compilation
Q=@
all: SMS_GS
SMS_GS: SMS_Ground_UDtest_final.c
gcc -g -O2 -Wall `pkg-config --cflags glib-2.0 gtk+-2.0` -L/usr/lib -lglibivy -o SMS_GS SMS_Ground_UDtest_final.c `pkg-config --libs glib-2.0 gtk+-2.0` -lglibivy
clean:
$(Q)rm -f SMS_GS