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