mirror of
https://github.com/ksherlock/profuse.git
synced 2026-03-12 02:41:41 +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
|