Contents of /tools/gpsemu/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 157 - (show annotations)
Wed Apr 1 18:40:42 2009 UTC (15 years, 1 month ago) by harbaum
File size: 111 byte(s)
Added gpsemu tool
1 all: gpsemu
2
3 gpsemu: gpsemu.c
4 gcc -DAPP=\"gpsemu\" `pkg-config --cflags --libs gtk+-2.0 gthread-2.0` -o $@ $<