gps/GPSResources/tcpmp/matroska/MatroskaParser/Makefile

6 lines
138 B
Makefile
Raw Normal View History

2019-05-01 12:32:35 +00:00
dumptrack: dumptrack.c MatroskaParser.c MatroskaParser.h
cc -Wall -O -o dumptrack dumptrack.c MatroskaParser.c -lz
clean:
rm dumptrack