Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345081
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
244 B
Subscribers
None
Makefile
View Options
CC = gcc
LD = gcc
CFLAGS = -Wall $(shell pkg-config --cflags libgit2)
LDFLAGS = $(shell pkg-config --libs libgit2)
all: git2graph
git2graph: git2graph.o
$(LD) -o $@ $^ $(LDFLAGS)
%.o: %.c
$(CC) $(CFLAGS) -c $<
clean:
rm -f *.o git2graph
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Fri, Jul 4, 3:04 PM (5 d, 8 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3330673
Attached To
rDGRPH Compressed graph representation
Event Timeline
Log In to Comment