mirror of
https://github.com/ksherlock/profuse.git
synced 2025-01-10 23:29:42 +00:00
664dee7578
git-svn-id: https://profuse.googlecode.com/svn/branches/profuse_interim@336 aa027e90-d47c-11dd-86d7-074df07e0730
8 lines
93 B
Makefile
8 lines
93 B
Makefile
CC = g++
|
|
CPPFLAGS += -g -Wall -I../
|
|
|
|
|
|
all : DateTime.o
|
|
|
|
DateTime.o : DateTime.cpp DateTime.h
|