mirror of
https://github.com/ksherlock/profuse.git
synced 2025-01-09 00:30:45 +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
|