mirror of
https://github.com/ksherlock/profuse.git
synced 2024-12-24 02:29:16 +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
|