profuse/Endian/Makefile

8 lines
85 B
Makefile

CC = g++
CPPFLAGS += -g -Wall -I../
all : Endian.o
Endian.o : Endian.cpp Endian.h