mirror of
https://github.com/ksherlock/profuse.git
synced 2024-12-23 11:31:43 +00:00
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
|