git-svn-id: https://profuse.googlecode.com/svn/branches/v2@192 aa027e90-d47c-11dd-86d7-074df07e0730

This commit is contained in:
ksherlock 2009-12-19 23:47:06 +00:00
parent 07e7fef676
commit ae52676bf2
1 changed files with 7 additions and 0 deletions

7
ProDOS/Makefile Normal file
View File

@ -0,0 +1,7 @@
CC = g++
CPPFLAGS += -g -Wall -I../
all : DateTime.o
DateTime.o : DateTime.cpp DateTime.h