Makefile
author viric <viriketo@gmail.com>
Mon, 10 Jan 2011 19:07:49 +0100
changeset 15 06da811cdc27
parent 5 8459d991779e
permissions -rw-r--r--
Fixing the month written into the file.

CC?=gcc
pce: pce.c
	$(CC) -g -o pce -lusb pce.c