mirror of
https://github.com/ksherlock/profuse.git
synced 2024-12-22 05:30:03 +00:00
8 lines
85 B
Makefile
8 lines
85 B
Makefile
CC = g++
|
|
CPPFLAGS += -g -Wall -I../
|
|
|
|
|
|
all : Endian.o
|
|
|
|
Endian.o : Endian.cpp Endian.h
|