Makefile
author viric <viriketo@gmail.com>
Mon, 10 Jan 2011 19:13:26 +0100
changeset 16 62f8cead15df
parent 5 8459d991779e
permissions -rw-r--r--
Adding information on how to use gnuplot to plot the results downloaded from the PCE.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
8459d991779e Setting the license and authors, preparing for a release.
viric <viriketo@gmail.com>
parents: 0
diff changeset
     1
CC?=gcc
0
bd9387ece36f Something.
viric@mandarina
parents:
diff changeset
     2
pce: pce.c
5
8459d991779e Setting the license and authors, preparing for a release.
viric <viriketo@gmail.com>
parents: 0
diff changeset
     3
	$(CC) -g -o pce -lusb pce.c